Skip to content

Commit

Permalink
FIX: requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
bruscalia committed Dec 20, 2023
1 parent 0aacacf commit 4f87f1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy>=1.19.*
numpy>=1.19.0
pymoo==0.6.1
scipy>=1.7.*
scipy>=1.7.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
'Metaheuristics',
],
install_requires=[
'numpy>=1.19.*',
'numpy>=1.19.0',
'pymoo==0.6.1',
'scipy>=1.7.*',
'scipy>=1.7.0',
'future',
],
)
Expand Down

0 comments on commit 4f87f1c

Please sign in to comment.