Skip to content

Commit

Permalink
Merge branch 'main' into chore/capice_5_1_0_version_bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dennishendriksen authored Feb 6, 2023
2 parents 4579eea + f90d03c commit 0aebfd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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={
Expand Down

0 comments on commit 0aebfd7

Please sign in to comment.