diff --git a/requirements.txt b/requirements.txt index b40dbe9a..b6810719 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ dash==2.8.1 jqdatapy==0.1.8 dash-bootstrap-components==1.3.1 dash_daq==0.5.0 -scikit-learn==1.2.1 +scikit-learn==1.5.0 fastapi==0.110.0 fastapi-pagination==0.12.23 apscheduler==3.10.4 diff --git a/setup.py b/setup.py index 76702a82..1ac1e917 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ "jqdatapy==0.1.8", "dash-bootstrap-components==1.3.1", "dash_daq==0.5.0", - "scikit-learn==1.2.1", + "scikit-learn==1.5.0", "fastapi==0.110.0", "fastapi-pagination==0.12.23", "apscheduler==3.10.4",