diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 5d2b731..1831d52 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -8,6 +8,6 @@ dependencies: - numpy =1.26.4 - pandas =2.2.2 - python -- scikit-learn =1.4.1.post1 +- scikit-learn =1.4.2 - sqlalchemy =2.0.29 - tqdm =4.66.2 diff --git a/setup.py b/setup.py index 552b9f1..cdd622d 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "numpy==1.26.4", "tqdm==4.66.2", "pandas==2.2.2", - "scikit-learn==1.4.1.post1", + "scikit-learn==1.4.2", "sqlalchemy==2.0.29", ], extras_require={