clearml-agent/clearml_agent/helper/package
2023-05-21 22:53:11 +03:00
..
pip_api Fix vcs packages are reinstalled when same commit version is already installed 2022-03-24 22:03:25 +02:00
__init__.py
base.py Protect against cache folders without permission 2023-03-05 18:05:00 +02:00
conda_api.py Fix pip support allowing multiple pip version constraints (by default, one for <PY3.10 and one for >=PY3.10) 2022-12-07 22:09:25 +02:00
external_req.py Fix git+ssh:// links inside installed packages not being converted properly to HTTPS authenticated and vice versa 2023-05-11 16:16:51 +03:00
poetry_api.py Add agent.package_manager.poetry_install_extra_args configuration option 2023-03-28 14:37:48 +03:00
post_req.py
priority_req.py Fix optional priority packaged always compare lower case package name 2022-06-16 23:18:31 +03:00
pytorch.py Add agent.package_manager.pytorch_resolve configuration setting with pip or direct values. pip sets extra index based on cuda and lets pip resolve, direct is the previous parsing algorithm that does the matching and downloading (default pip) 2023-05-21 22:53:11 +03:00
requirements.py Add agent.package_manager.pytorch_resolve configuration setting with pip or direct values. pip sets extra index based on cuda and lets pip resolve, direct is the previous parsing algorithm that does the matching and downloading (default pip) 2023-05-21 22:53:11 +03:00
translator.py Protect against cache folders without permission 2023-03-05 18:05:00 +02:00
venv_update_api.py