From d2401df0b78e82b14c9beee3934a9cbdb5300417 Mon Sep 17 00:00:00 2001 From: Kacperek0 <47487512+Kacperek0@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:23:45 +0100 Subject: [PATCH 1/2] Update requirements.txt Bumb versions to recent ones --- .../requirements.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/examples/cv_satellite_country_prediction/requirements.txt b/examples/cv_satellite_country_prediction/requirements.txt index 1331eb7..84f070d 100644 --- a/examples/cv_satellite_country_prediction/requirements.txt +++ b/examples/cv_satellite_country_prediction/requirements.txt @@ -1,7 +1,8 @@ -torch==1.8.1 -torchvision==0.9.1 +arthurai==3.32.3 +torch==2.4.1 +torchvision==0.19.1 Pillow==8.2.0 -pandas==1.2.1 -numpy==1.20.0 -boto3==1.17.69 -scikit-learn==0.24.2 +pandas==1.5.3 +numpy==1.24.4 +boto3==1.35.77 +scikit-learn==1.3.2 From f1d558f4588f4589731e3eea57720a3de128505c Mon Sep 17 00:00:00 2001 From: Kacperek0 <47487512+Kacperek0@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:25:12 +0100 Subject: [PATCH 2/2] Update requirements.txt --- .../fmow_model/requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/cv_satellite_country_prediction/fmow_model/requirements.txt b/examples/cv_satellite_country_prediction/fmow_model/requirements.txt index 1331eb7..8f622e6 100644 --- a/examples/cv_satellite_country_prediction/fmow_model/requirements.txt +++ b/examples/cv_satellite_country_prediction/fmow_model/requirements.txt @@ -1,7 +1,7 @@ -torch==1.8.1 -torchvision==0.9.1 +torch==2.4.1 +torchvision==0.19.1 Pillow==8.2.0 -pandas==1.2.1 -numpy==1.20.0 -boto3==1.17.69 -scikit-learn==0.24.2 +pandas==1.5.3 +numpy==1.24.4 +boto3==1.35.77 +scikit-learn==1.3.2