Skip to content

Commit 64d166a

Browse files
committed
Update mealpy requirement is 2.5.4
1 parent 07dd9f4 commit 64d166a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ scikit-learn>=1.0.2
88
pandas>=1.3.5
99
plotly>=5.10.0
1010
kaleido >=0.2.1
11-
mealpy>=2.5.4
11+
mealpy==2.5.4
1212
permetrics>=1.4.2

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ numpy>=1.17.1
22
scipy>=1.7.1
33
scikit-learn>=1.0.2
44
pandas>=1.3.5
5-
mealpy>=2.5.4
5+
mealpy==2.5.4
66
permetrics>=1.4.2
77
plotly>=5.10.0
88
kaleido >=0.2.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def readme():
7171
"Topic :: Utilities",
7272
],
7373
install_requires=["numpy>=1.17.1", "scipy>=1.7.1", "scikit-learn>=1.0.2",
74-
"pandas>=1.3.5", "mealpy>=2.5.4", "permetrics>=1.4.2",
74+
"pandas>=1.3.5", "mealpy==2.5.4", "permetrics>=1.4.2",
7575
"plotly>=5.10.0", "kaleido>=0.2.1"],
7676
extras_require={
7777
"dev": ["pytest>=7.0", "pytest-cov==4.0.0", "flake8>=4.0.1"],

0 commit comments

Comments
 (0)