diff --git a/requirements-min.txt b/requirements-min.txt index 27ae4cf7..1b137071 100644 --- a/requirements-min.txt +++ b/requirements-min.txt @@ -7,6 +7,6 @@ h5py==3.7.0 plotly==4.0.0 xgboost==1.3.3 pvlib==0.9.0 -scikit-learn==0.22.0 +scikit-learn==1.1.3 arch==4.11 filterpy==1.4.5 diff --git a/setup.py b/setup.py index 2157d70d..83e481c8 100755 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ "plotly>=4.0.0", "xgboost >= 1.3.3", "pvlib >= 0.9.0, <0.12.0", - "scikit-learn >= 0.22.0", + "scikit-learn >= 1.1.3", "arch >= 4.11", "filterpy >= 1.4.2", ]