Skip to content

Commit

Permalink
remove version matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Jan 11, 2025
1 parent 3f3947c commit aab9053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
matplotlib>=3.10
matplotlib
numpy
scikit-learn
scipy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
setuptools.setup(
install_requires=['datazets',
'statsmodels',
'matplotlib>=3.10',
'matplotlib',
'numpy',
'scikit-learn',
'scipy',
Expand Down

0 comments on commit aab9053

Please sign in to comment.