clearml-agent/trains_agent/helper/package
2020-10-04 19:38:33 +03:00
..
pip_api Add agent.force_git_ssh_protocol option to force all git links to ssh:// (issue #16) 2020-06-18 01:55:14 +03:00
__init__.py Initial release 2019-10-25 22:28:44 +03:00
base.py Add support for detecting new pip version (20+) supporting @ in requirements 2020-10-04 19:33:52 +03:00
conda_api.py Add requirement_parser into trains-agent instead as a dependency. Fix requirement_parser to support 'package @ git+http' lines 2020-07-30 14:29:37 +03:00
external_req.py When new pip version is installed, no need to install git packages twice (pip freeze will detect the correct git link version) 2020-10-04 19:35:26 +03:00
poetry_api.py Print error in case Poetry configuration failed 2020-02-23 14:43:21 +02:00
post_req.py Add post_packages post_optional_packages to control packages installed after all the rest (e.g. horovod) 2020-09-15 20:20:55 +03:00
priority_req.py Add post_packages post_optional_packages to control packages installed after all the rest (e.g. horovod) 2020-09-15 20:20:55 +03:00
pytorch.py Fix torch support to not change back the same link 2020-10-04 19:37:12 +03:00
requirements.py Fix "package @ " should processed by us (pip will not test pre-installed version of the package compared with the link) 2020-10-04 19:38:33 +03:00
translator.py Translate downloaded URL back to original link when new pip version is installed (otherwise we end up with file:///... links) 2020-10-04 19:36:14 +03:00
venv_update_api.py Initial release 2019-10-25 22:28:44 +03:00