forked from spinalcordtoolbox/spinalcordtoolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
42 lines (42 loc) · 1.13 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
colored
dipy
futures
# h5py is pinned to minor than 3 due to issues with Keras/TF
# https://github.com/tensorflow/tensorflow/issues/44467
h5py~=2.10.0
ivadomed==2.4.0
Keras==2.1.5
matplotlib
nibabel
numpy
# onnxruntime>=1.5.1 requires `brew install libomp` on macOS.
# So, pin to 1.4.0 to avoid having to ask users to install libomp.
# ivadomed==2.5.0 would also do this, but #3035 is preventing that.
onnxruntime==1.4.0
pandas
psutil
pyqt5==5.11.3
pytest
pytest-cov
raven
requests
requirements-parser
scipy
scikit-image
scikit-learn
tensorflow==1.5.0
# PyTorch's Linux/Windows distribution is very large due to its GPU support,
# but we only need that for training models. For users, use the CPU-only version
# (only available directly from the PyTorch project).
# The macOS version has never had GPU support, so doesn't need the workaround.
-f https://download.pytorch.org/whl/cpu/torch_stable.html
torch==1.5.0+cpu; sys_platform != "darwin"
torch==1.5.0; sys_platform == "darwin"
torchvision==0.6.0+cpu; sys_platform != "darwin"
torchvision==0.6.0; sys_platform == "darwin"
xlwt
tqdm
transforms3d
urllib3[secure]
pytest_console_scripts
pytest-xdist