Skip to content

Commit

Permalink
Fix requirements to build from Python 3.8
Browse files Browse the repository at this point in the history
Build from Python 3.8 rather than 3.11 to maintain support for dependencies that no longer support older Python versions.
  • Loading branch information
yoda-vid committed Jun 23, 2023
1 parent 8d20c24 commit 8999990
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion envs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ future==0.18.3
idna==3.4
imagecodecs==2023.3.16
imageio==2.31.1
importlib-metadata==6.7.0
importlib-resources==5.12.0
itk==5.3.0
itk-core==5.3.0
itk-elastix==0.17.1
Expand All @@ -29,7 +31,7 @@ matplotlib-scalebar==0.8.1
mdurl==0.1.2
meshio==5.3.4
networkx==3.1
numpy==1.25.0
numpy==1.24.3
packaging==23.1
pandas==2.0.2
Pillow==9.5.0
Expand Down Expand Up @@ -57,3 +59,4 @@ treelib==1.6.4
typing_extensions==4.6.3
tzdata==2023.3
urllib3==2.0.3
zipp==3.15.0

0 comments on commit 8999990

Please sign in to comment.