mle-infrastructure / mle-toolbox

Lightweight Tool to Manage Distributed ML Experiments 🛠
https://mle-infrastructure.github.io/mle_toolbox/toolbox/
MIT License
2 stars 0 forks source link

Add different requirement files #63

Closed RobertTLange closed 3 years ago

RobertTLange commented 3 years ago

Currently there is only one minimal set of requirements in the setup.py file. Each time the user wants to do something "more specialised" they will most likely get a module error stating that they should install an additional package. That. can be frustrating. Instead, I want a set of different requirements.txt as for example in the distrax repository:

requirements.txt
requirements-full.txt
requirements-examples.txt
requirements-tests.txt

Also take a look at their setup.py and make ours more professional.

RobertTLange commented 3 years ago

Addressed in b0ae760.