Skip to content

Commit aab9053

Browse files
committed
remove version matplotlib
1 parent 3f3947c commit aab9053

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
matplotlib>=3.10
1+
matplotlib
22
numpy
33
scikit-learn
44
scipy

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
setuptools.setup(
1616
install_requires=['datazets',
1717
'statsmodels',
18-
'matplotlib>=3.10',
18+
'matplotlib',
1919
'numpy',
2020
'scikit-learn',
2121
'scipy',

0 commit comments

Comments
 (0)