Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaRenauld committed Apr 25, 2024
1 parent 2509a8c commit 06da2b9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
# -------
requests==2.28.*
dipy==1.9.*
scilpy==2.0
# scilpy==2.0 ---> Replaced by modified version for beluga while waiting for
# the appropriate wheel to be added to Beluga.
-e git+https://github.com/EmmaRenauld/scilpy@for_beluga_scilpy2#egg=scilpy

# -------
# Other important dependencies
Expand All @@ -28,11 +30,11 @@ pynvml>=11.5.0
# Necessary but should be installed with scilpy (Last check: 04/2024):
# -------
future==0.18.*
h5py==3.7.* # h5py must absolutely be >2.4: that's when it became thread-safe
h5py==3.10.* # h5py must absolutely be >2.4: that's when it became thread-safe
matplotlib==3.6.* # Hint: If matplotlib fails, you may try to install pyQt5.
nibabel==5.2.*
numpy==1.23.*
scipy==1.9.*
numpy==1.25.*
scipy==1.11.*
scikit-image==0.22.*


Expand Down

0 comments on commit 06da2b9

Please sign in to comment.