removed matplotlib from requirements

This commit is contained in:
Arthur Lu 2021-05-27 21:39:50 +00:00
parent 924b48fe63
commit 9414cc948e
2 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,4 @@ numpy
scipy
scikit-learn
six
matplotlib
pyparsing

View File

@ -15,6 +15,7 @@ __changelog__ = """changelog:
- deprecated all *_obj.py compatibility modules
- deprecated titanlearn.py
- deprecated visualization.py
- removed matplotlib from requirements
3.0.0:
- incremented version to release 3.0.0
3.0.0-rc2: