diff --git a/cli/requirements.txt b/cli/requirements.txt index 02d8ee05a..d83f5c1d5 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -2,7 +2,7 @@ typer~=0.6.0 rich~=13.7.0 PyYAML==6.0.1 requests>=2.26.0 -pydantic==1.10.2 +pydantic==1.10.13 yaspin==2.1.0 tabulate==0.9.0 pexpect==4.8.0 diff --git a/examples/ChestXRay/metrics/project/requirements.txt b/examples/ChestXRay/metrics/project/requirements.txt index a50c33934..c6bacedd8 100644 --- a/examples/ChestXRay/metrics/project/requirements.txt +++ b/examples/ChestXRay/metrics/project/requirements.txt @@ -1,4 +1,4 @@ PyYAML~=5.3 -scikit-learn==0.24.2 +scikit-learn==1.5.0 pandas~=1.1 typer \ No newline at end of file diff --git a/examples/SurgMLCube/surg_metrics/project/requirements.txt b/examples/SurgMLCube/surg_metrics/project/requirements.txt old mode 100755 new mode 100644 index 8f38ac8a7..41f4153b8 --- a/examples/SurgMLCube/surg_metrics/project/requirements.txt +++ b/examples/SurgMLCube/surg_metrics/project/requirements.txt @@ -1,4 +1,4 @@ PyYAML~=5.3 -scikit-learn==0.24.2 +scikit-learn==1.5.0 typer numpy diff --git a/examples/chestxray_tutorial/data_preparator/project/requirements.txt b/examples/chestxray_tutorial/data_preparator/project/requirements.txt index b5580b367..8056a33f1 100644 --- a/examples/chestxray_tutorial/data_preparator/project/requirements.txt +++ b/examples/chestxray_tutorial/data_preparator/project/requirements.txt @@ -1,5 +1,5 @@ typer==0.9.0 -pillow==9.5.0 +pillow==10.3.0 numpy==1.24.3 PyYAML==6.0 -tqdm==4.65.0 \ No newline at end of file +tqdm==4.66.3 \ No newline at end of file diff --git a/examples/chestxray_tutorial/model_custom_cnn/project/requirements.txt b/examples/chestxray_tutorial/model_custom_cnn/project/requirements.txt index 36343822c..fb584a81c 100644 --- a/examples/chestxray_tutorial/model_custom_cnn/project/requirements.txt +++ b/examples/chestxray_tutorial/model_custom_cnn/project/requirements.txt @@ -3,5 +3,5 @@ numpy==1.24.3 PyYAML==6.0 torch==2.0.1 torchvision==0.15.2 -tqdm==4.65.0 +tqdm==4.66.3 --extra-index-url https://download.pytorch.org/whl/cpu diff --git a/server/requirements.txt b/server/requirements.txt index 7ad3b76e2..0e77d7c44 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -6,7 +6,7 @@ django-storages[google]==1.14.2 django-environ==0.11.2 django-cors-headers==4.3.1 psycopg2-binary==2.9.9 -gunicorn==21.2.0 +gunicorn==22.0.0 google-cloud-secret-manager==2.19.0 whitenoise==6.6.0 pyOpenSSL==24.1.0