Skip to content

Commit

Permalink
Update mealpy requirement is 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed Jun 12, 2024
1 parent 07dd9f4 commit 64d166a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ scikit-learn>=1.0.2
pandas>=1.3.5
plotly>=5.10.0
kaleido >=0.2.1
mealpy>=2.5.4
mealpy==2.5.4
permetrics>=1.4.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ numpy>=1.17.1
scipy>=1.7.1
scikit-learn>=1.0.2
pandas>=1.3.5
mealpy>=2.5.4
mealpy==2.5.4
permetrics>=1.4.2
plotly>=5.10.0
kaleido >=0.2.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def readme():
"Topic :: Utilities",
],
install_requires=["numpy>=1.17.1", "scipy>=1.7.1", "scikit-learn>=1.0.2",
"pandas>=1.3.5", "mealpy>=2.5.4", "permetrics>=1.4.2",
"pandas>=1.3.5", "mealpy==2.5.4", "permetrics>=1.4.2",
"plotly>=5.10.0", "kaleido>=0.2.1"],
extras_require={
"dev": ["pytest>=7.0", "pytest-cov==4.0.0", "flake8>=4.0.1"],
Expand Down

0 comments on commit 64d166a

Please sign in to comment.