Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For beluga scilpy2 #242

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Supported for python 3.10
# Should work for python > 3.8.

# For beluga: don't forget to run this in an environment with:
# module load StdEnv/2023
# module load python/3.10.13 rust/1.70.0
# module load scipy-stack/2023b

# -------
# Main dependency: scilpy
Expand All @@ -8,7 +11,9 @@
# -------
requests==2.28.*
dipy==1.9.*
scilpy==2.0.2
# scilpy==2.0.2 ---> 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 +33,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
Loading