diff --git a/pip/cpu_requirements.txt b/pip/cpu_requirements.txt index 4e0db5f5..47e3ef64 100644 --- a/pip/cpu_requirements.txt +++ b/pip/cpu_requirements.txt @@ -54,7 +54,7 @@ pydantic>=1.10,<2 numpy<2 scipy>=1.10 -scikit-learn==1.2.2 +scikit-learn==1.5.0 optuna xgboost diff --git a/pip/cuda_requirements.txt b/pip/cuda_requirements.txt index c8b753db..d87b7f68 100644 --- a/pip/cuda_requirements.txt +++ b/pip/cuda_requirements.txt @@ -16,7 +16,7 @@ lightning dgl==1.1.2 dgllife -scikit-learn==1.2.2 +scikit-learn==1.5.0 optuna xgboost diff --git a/pip/docker_requirements.txt b/pip/docker_requirements.txt index 24d9de2e..21d7aad5 100644 --- a/pip/docker_requirements.txt +++ b/pip/docker_requirements.txt @@ -15,7 +15,7 @@ dgl==1.1.2 dgllife networkx==2.8.8 -scikit-learn==1.2.2 +scikit-learn==1.5.0 optuna xgboost diff --git a/pip/mchip_requirements.txt b/pip/mchip_requirements.txt index 7b44d6fa..0b477ad9 100644 --- a/pip/mchip_requirements.txt +++ b/pip/mchip_requirements.txt @@ -15,7 +15,7 @@ lightning dgl==1.1.2 dgllife -scikit-learn==1.2.2 +scikit-learn==1.5.0 optuna xgboost diff --git a/pyproject.toml b/pyproject.toml index fdf570bf..5d3a49c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "pydantic>=1.10,<2", "numpy<2", "scipy>=1.10", - "scikit-learn==1.2.2", + "scikit-learn==1.5.0", "optuna", "xgboost", "lightgbm",