Skip to content

Commit

Permalink
Update new version of permetrics library
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed Aug 7, 2023
1 parent c3ecf9c commit 66a1315
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 @@ -9,4 +9,4 @@ pandas>=1.3.5
plotly>=5.10.0
kaleido >=0.2.1
mealpy>=2.5.4
permetrics>=1.4.1
permetrics>=1.4.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ scipy>=1.7.1
scikit-learn>=1.0.2
pandas>=1.3.5
mealpy>=2.5.4
permetrics>=1.4.1
permetrics>=1.4.2
plotly>=5.10.0
kaleido >=0.2.1
pytest==7.1.2
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.1",
"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 66a1315

Please sign in to comment.