Neuraxio / Neuraxle

The world's cleanest AutoML library ✨ - Do hyperparameter tuning with the right pipeline abstractions to write clean deep learning production pipelines. Let your pipeline steps have hyperparameter spaces. Design steps in your pipeline like components. Compatible with Scikit-Learn, TensorFlow, and most other libraries, frameworks and MLOps environments.
https://www.neuraxle.org/
Apache License 2.0
608 stars 62 forks source link

Fix dependencies (new matplotlib release not compatible with python 3.6) #450

Closed vincent-antaki closed 3 years ago

vincent-antaki commented 3 years ago

What it is

My pull request does:

The new matplotlib release (3.4) is not compatible with python 3.6. So I set the matplotlib version in setup.py. I decided to use the occasion to go through the list of requirements (both in requirements.txt and setup.py) and remove any unused dependencies.