Skip to content

Commit

Permalink
Merge pull request #1335 from gatl/patch-2
Browse files Browse the repository at this point in the history
Update requirements
  • Loading branch information
perib committed Dec 8, 2023
2 parents 9f02998 + 01b5424 commit 3986144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
deap>=1.2
nose==1.3.7
numpy>=1.16.3
scikit-learn>=0.22.0
scikit-learn>=1.0
imbalanced-learn>=0.7.0
scipy>=1.3.1
tqdm>=4.36.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def calculate_version():
zip_safe=True,
install_requires=['numpy>=1.16.3',
'scipy>=1.3.1',
'scikit-learn>=0.22.0',
'scikit-learn>=1.0.0',
'deap>=1.2',
'update_checker>=0.16',
'tqdm>=4.36.1',
Expand Down

0 comments on commit 3986144

Please sign in to comment.