From bcb3a833aa84f2976ed19c7a07812aaa6470da08 Mon Sep 17 00:00:00 2001 From: SietsmaRJ Date: Thu, 2 Feb 2023 14:50:27 +0100 Subject: [PATCH] chore: Update and equalize dependencies - Updated CAPICE dependencies to latest and greatest direct dependencies. - This is done together with CAPICE-resources to equalize the dependency versions between the 2 repositories. --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 5df4465a..ef19f234 100644 --- a/setup.py +++ b/setup.py @@ -27,10 +27,10 @@ ], python_requires='>=3.10', install_requires=[ - 'numpy==1.23.2', - 'pandas==1.4.4', - 'scipy==1.9.1', - 'scikit-learn==1.1.2', + 'numpy==1.24.1', + 'pandas==1.5.3', + 'scipy==1.10.0', + 'scikit-learn==1.2.1', 'xgboost==1.7.3' ], extras_require={