Skip to content

Commit

Permalink
added performance evaluation functions to library, libs to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lshpaner committed Jul 21, 2024
1 parent d459e80 commit 523b7e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
install_requires=[
"numpy>=1.18.5", # Minimum version of numpy required
"pandas>=1.0.5", # Minimum version of pandas required
"matplotlib>=3.2.2", # Minimum version of matplotlib required
"seaborn>=0.10.1", # Minimum version of seaborn required
"scikit-learn>=0.23.1", # Minimum version of scikit-learn required
],
)

0 comments on commit 523b7e1

Please sign in to comment.