diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 0087e06..d9d5d08 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -8,6 +8,6 @@ dependencies: - numpy =2.1.1 - pandas =2.2.2 - python -- scikit-learn =1.5.1 +- scikit-learn =1.5.2 - sqlalchemy =2.0.34 - tqdm =4.66.5 diff --git a/setup.py b/setup.py index 49db23d..a93e21a 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "numpy==2.1.1", "tqdm==4.66.5", "pandas==2.2.2", - "scikit-learn==1.5.1", + "scikit-learn==1.5.2", "sqlalchemy==2.0.34", ], extras_require={