Closed ajhodges closed 5 years ago
Cement is currently being imported in setup.py, which means we have to pip install cement before we can pip install hydra. We should remove this dependency so that pip can automatically resolve all of hydra's dependencies via install_requires.
pip install cement
pip install hydra
Cement is currently being imported in setup.py, which means we have to
pip install cement
before we canpip install hydra
. We should remove this dependency so that pip can automatically resolve all of hydra's dependencies via install_requires.