diff options
| author | Alejandro Soto <alejandro@34project.org> | 2022-06-15 20:22:36 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2022-06-15 20:22:36 -0600 |
| commit | 680dd13c6a6fce0c5da0d63f62615721472726b0 (patch) | |
| tree | a4fce378305da3d7b4ae9a618a615bff4a32a628 /shenvs | |
| parent | 5d131cc1e63bd05a87de33b96199b5d579606659 (diff) | |
shenvs/anpi: switch to python310
Diffstat (limited to 'shenvs')
| -rw-r--r-- | shenvs/anpi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shenvs/anpi.nix b/shenvs/anpi.nix index 2d19401..283fc42 100644 --- a/shenvs/anpi.nix +++ b/shenvs/anpi.nix @@ -4,7 +4,7 @@ pkgs: with pkgs.lib; { symbolic ])) - (python39.withPackages (packages: with packages; [ + (python310.withPackages (packages: with packages; [ sympy numpy matplotlib |
