diff --git a/requirements.txt b/requirements.txt index 0e466f9a..2bdd0071 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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.*