diff --git a/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements.txt b/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements.txt index 6e7a4e26e..443e78007 100644 --- a/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements.txt +++ b/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements.txt @@ -7,5 +7,5 @@ notebook==6.1.4 numpy==1.19.4 pandas==1.1.4 peewee==3.14.0 -scikit-learn==0.23.2 +scikit-learn==1.5.0 seaborn==0.11.0 diff --git a/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements_dev.txt b/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements_dev.txt index 3368ea7b6..821f976fc 100644 --- a/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements_dev.txt +++ b/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements_dev.txt @@ -5,7 +5,7 @@ nbgrader==0.6.1 notebook==6.1.5 numpy==1.19.4 pandas==1.1.4 -scikit-learn==0.23.2 +scikit-learn==1.5.0 category_encoders==2.2.2 flask==1.1.2 peewee==3.13.3 diff --git a/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements_prod.txt b/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements_prod.txt index ff931dd36..bdb003a5a 100644 --- a/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements_prod.txt +++ b/S06 - DS in the Real World/BLU14 - Deployment in Real World/requirements_prod.txt @@ -1,7 +1,7 @@ gunicorn==22.0.0 numpy==1.19.4 pandas==1.1.4 -scikit-learn==0.23.2 +scikit-learn==1.5.0 category_encoders==2.2.2 flask==1.1.2 peewee==3.13.3