HDI-Project / ATM

Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).
https://hdi-project.github.io/ATM/
MIT License
527 stars 141 forks source link

Curate dependencies #152

Closed csala closed 5 years ago

csala commented 5 years ago

All the dependency ranges in setup.py are open ended on the upper side and are prone to having conflicts when the dependencies make a major release.

The ranges should be closed on the upper side to the next unreleased major version before that happens.

Some dependencies might also be actually unnecessary, so the complete list should be reviewed.