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

Add a requirement-release.txt #7774

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from
Draft
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
62 changes: 62 additions & 0 deletions requirements-release.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Full requirements for developments
# torch>=1.9 # versioned in pytorch container
# numpy>=1.20 # versioned in pytorch container
setuptool==68.2.2
coverage==7.4.3
parameterized==0.9.0
pytorch-ignite==0.4.11
gdown==5.1.0
scipy==1.12.0
itk==5.3.0
nibabel==5.2.1
Pillow==10.2.0
tensorboard==2.16.2
scikit-image==0.22.0
tqdm==4.66.2
lmdb==1.4.1
flake8==5.0.4
flake8-bugbear==23.3.12
flake8-comprehensions==3.14.0
mccabe==0.7.0
pep8-naming==0.13.3
pycodestyle==2.9.1
pyflakes==2.5.0
black==22.10.0
isort==5.10.1
ruff==0.3.2
pytype==2024.3.11
types-pkg_resources==0.1.3
mypy==1.9.0
ninja==1.11.1.1
# torchvision==0.18.0a0 # versioned by pytorch container
psutil==5.9.4
cucim-cu12==24.2.0; platform_system == "Linux" and python_version >= "3.9" and python_version <= "3.10"
openslide-python==1.3.1
imagecodecs==2024.1.1
tifffile==2024.2.12
pandas==1.5.3
requests==2.31.0
transformers==4.38.2
mlflow==2.12.2
clearml==1.14.5rc0
matplotlib==3.8.3
tensorboardX==2.6.2.2
types-PyYAML==6.0.12.20240311
pyyaml==6.0.1
fire==0.6.0
jsonschema==4.21.1
pynrrd==1.0.0
pre-commit
pydicom==2.4.4
h5py==3.10.0
nni==2.10.1; platform_system == "Linux" and "arm" not in platform_machine and "aarch" not in platform_machine
optuna==3.5.0
git+https://github.com/Project-MONAI/MetricsReloaded@monai-support#egg=MetricsReloaded
onnx==1.16.0
onnxruntime==1.17.1; python_version <= '3.10'
typeguard==2.13.3
filelock==3.13.4
zarr==2.17.1
lpips==0.1.4
nvidia-ml-py==12.535.133
huggingface_hub==0.21.4
Loading