summaryrefslogtreecommitdiff
path: root/shenvs
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-06-15 20:22:36 -0600
committerAlejandro Soto <alejandro@34project.org>2022-06-15 20:22:36 -0600
commit680dd13c6a6fce0c5da0d63f62615721472726b0 (patch)
treea4fce378305da3d7b4ae9a618a615bff4a32a628 /shenvs
parent5d131cc1e63bd05a87de33b96199b5d579606659 (diff)
shenvs/anpi: switch to python310
Diffstat (limited to 'shenvs')
-rw-r--r--shenvs/anpi.nix2
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