diff --git a/pyproject.toml b/pyproject.toml index 69233888..c2a0908e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "pyinstaller-hooks-contrib>=2024.6", "PySocks>=1.7.1", "python-dotenv>=1.2.2", - "scikit-learn>=1.4.2", + "scikit-learn>=1.5.0", "scipy>=1.13.0", "six>=1.16.0", "sklearn>=0.0", diff --git a/requirements.txt b/requirements.txt index 82e42272..39429372 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ pysocks==1.7.1 pytest==8.1.1 python-dotenv==1.2.2 pywin32-ctypes==0.2.2 ; sys_platform == "win32" -scikit-learn==1.4.2 +scikit-learn==1.5.0 scipy==1.13.0 setuptools==78.1.1 six==1.16.0