diff --git a/pyproject.toml b/pyproject.toml index 1599f78..f4f2804 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "numpy>=1.26", "pandas>=2.2", "scipy>=1.12", - "scikit-learn>=1.4", + "scikit-learn>=1.7.2", "statsmodels>=0.14", "PyYAML>=6.0", "tqdm>=4.66", diff --git a/requirements.txt b/requirements.txt index 6be03b5..1e020cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ matplotlib>=3.8 seaborn>=0.13 plotly>=5.20 yfinance>=0.2.40 -scikit-learn>=1.4 +scikit-learn>=1.7.2 statsmodels>=0.14 cvxpy>=1.5 PyYAML>=6.0