Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion cli/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cookiecutter==2.1.1
uvicorn==0.30.1
fastapi==0.111.1
fastapi-login==1.10.2
cryptography==46.0.3
cryptography==48.0.1
click==8.1.8
dash==2.16
plotly==5.20
Expand Down
2 changes: 1 addition & 1 deletion examples/cc/rano/implementation/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
onnx==1.16.2
onnx==1.22.0
git+https://github.com/MIC-DKFZ/nnUNet.git@v1.7.1#egg=nnunet
numpy==1.26.4
PyYAML
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pillow==9.5.0
pillow==12.2.0
numpy==1.24.3
PyYAML==6.0
tqdm==4.65.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy==1.24.3
PyYAML==6.0
torch==2.0.1
torch==2.12.1+cpu
torchvision==0.15.2
tqdm==4.65.0
--extra-index-url https://download.pytorch.org/whl/cpu
2 changes: 1 addition & 1 deletion examples/fl/fl/project/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
onnx==1.13.0
onnx==1.22.0
typer==0.9.0
2 changes: 1 addition & 1 deletion examples/fl/prep/project/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
typer==0.9.0
numpy==1.26.0
PyYAML==6.0
Pillow==10.2.0
Pillow==12.2.0
pandas==2.2.1
tqdm
2 changes: 1 addition & 1 deletion examples/fl_post/fl/project/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
onnx==1.13.0
onnx==1.22.0
typer==0.9.0
git+https://github.com/brandon-edwards/nnUNet_v1.7.1_local.git@328e7669cc371a7603835bbb42fec6e12e62f092#egg=nnunet
numpy==1.26.4
2 changes: 1 addition & 1 deletion examples/flower/fl/project/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--extra-index-url https://download.pytorch.org/whl/cpu
torch==2.8.0
torch==2.12.1+cpu
scikit-learn==1.8.0
numpy==2.4.3
typer==0.20.1
Expand Down
8 changes: 4 additions & 4 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
django==4.2.26
djangorestframework==3.14.0
djangorestframework==3.15.2
drf-spectacular==0.27.1
drf-spectacular-sidecar==2024.3.4
django-storages[google]==1.14.2
Expand All @@ -9,8 +9,8 @@ psycopg2-binary==2.9.9
gunicorn==23.0.0
google-cloud-secret-manager==2.19.0
whitenoise==6.6.0
pyOpenSSL==25.3.0
Werkzeug==3.0.6
pyOpenSSL==26.0.0
Werkzeug==3.1.6
django-extensions==3.2.3
djangorestframework-simplejwt==5.3.1
djangorestframework-simplejwt==5.5.1
django-filter==24.3
Loading