diff --git a/requirements.txt b/requirements.txt index c9ae947..2e81185 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ PyYAML numpy>=1.8.1 pandas>=0.16.1 scipy>=0.14.0 -scikit-learn==0.17 +scikit-learn==1.5.0 matplotlib>=1.5.1 biopython>=1.65 ete3 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index e32591b..9399c69 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ def setup_package(): 'numpy>=1.8.2', 'scipy>=0.16.1', 'pandas', - 'scikit-learn==0.17', + 'scikit-learn==1.5.0', 'matplotlib>=1.5.1', 'biopython>=1.65', 'WeasyPrint',