diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 7e61d8a..b0f88fb --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ packages=['camaptools'], install_requires=[ 'numpy==1.18.1', - 'scikit-learn==0.22.1', + 'scikit-learn==1.5.0', 'parse==1.6.6' ], python_requires='>=3.5',