clearml-agent/trains_agent/helper/package
2020-02-04 18:06:25 +02:00
..
pip_api Add pip --disable-pip-version-check, to remove pip version warnings 2020-01-27 16:23:15 +02:00
__init__.py
base.py Support limiting pip version, limit to <20 by default 2020-01-22 12:02:12 +02:00
conda_api.py Fix conda support to install graphviz packages even if matplotlib was installed from pip 2020-01-27 19:22:51 +02:00
cython_req.py Preinstall numpy if it exists in the requirements (temporary fix) 2020-02-04 18:06:25 +02:00
external_req.py Fix requirements handling and poetry support 2020-01-16 11:10:38 +02:00
horovod_req.py Add support for "-e ./folder" lines in requirements 2020-01-14 11:37:41 +02:00
poetry_api.py Fix poetry support inside virtualenv with pyenv 2020-01-26 15:05:59 +02:00
pytorch.py Fix poetry support 2020-01-21 16:23:36 +02:00
requirements.py Fix requirements handling and poetry support 2020-01-16 11:10:38 +02:00
translator.py
venv_update_api.py