clearml-agent/clearml_agent/helper/package
2025-01-05 12:13:21 +02:00
..
pip_api Add support for pip legacy resolver for versions specified in the agent.package_manager.pip_legacy_resolver configuration option 2024-09-22 22:36:06 +03:00
__init__.py
base.py Add support for pip legacy resolver for versions specified in the agent.package_manager.pip_legacy_resolver configuration option 2024-09-22 22:36:06 +03:00
conda_api.py Fix conda env should not be cached if installing into base conda or conda existing env exists 2024-04-19 23:48:10 +03: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 Use correct Python version in Poetry init (#179) 2024-03-11 23:36:10 +02:00
post_req.py
priority_req.py Fix UV priority 2024-12-12 23:38:42 +02:00
pytorch.py Fix torch resolver settings applied to PytorchRequirement instance are not used 2024-03-17 18:56:47 +02:00
requirements.py Add support for pip legacy resolver for versions specified in the agent.package_manager.pip_legacy_resolver configuration option 2024-09-22 22:36:06 +03:00
translator.py Protect against cache folders without permission 2023-03-05 18:05:00 +02:00
uv_api.py Fix python 3.6 compatibility, no := operator 2025-01-05 12:13:21 +02:00
venv_update_api.py