mirror of
https://github.com/clearml/clearml-agent
synced 2025-04-27 17:31:29 +00:00
Change default pip version used to "pip<21" for better Python 3.10 support
This commit is contained in:
parent
2ef5d38b32
commit
e28048dc25
@ -63,8 +63,8 @@
|
|||||||
# supported options: pip, conda, poetry
|
# supported options: pip, conda, poetry
|
||||||
type: pip,
|
type: pip,
|
||||||
|
|
||||||
# specify pip version to use (examples "<20", "==19.3.1", "", empty string will install the latest version)
|
# specify pip version to use (examples "<20.2", "==19.3.1", "", empty string will install the latest version)
|
||||||
pip_version: "<20.2",
|
pip_version: "<21",
|
||||||
# specify poetry version to use (examples "<2", "==1.1.1", "", empty string will install the latest version)
|
# specify poetry version to use (examples "<2", "==1.1.1", "", empty string will install the latest version)
|
||||||
# poetry_version: "<2",
|
# poetry_version: "<2",
|
||||||
|
|
||||||
|
@ -57,8 +57,8 @@ agent {
|
|||||||
# supported options: pip, conda, poetry
|
# supported options: pip, conda, poetry
|
||||||
type: pip,
|
type: pip,
|
||||||
|
|
||||||
# specify pip version to use (examples "<20", "==19.3.1", "", empty string will install the latest version)
|
# specify pip version to use (examples "<20.2", "==19.3.1", "", empty string will install the latest version)
|
||||||
pip_version: "<20.2",
|
pip_version: "<21",
|
||||||
|
|
||||||
# virtual environment inheres packages from system
|
# virtual environment inheres packages from system
|
||||||
system_site_packages: false,
|
system_site_packages: false,
|
||||||
|
@ -63,8 +63,8 @@ agent {
|
|||||||
# supported options: pip, conda, poetry
|
# supported options: pip, conda, poetry
|
||||||
type: pip,
|
type: pip,
|
||||||
|
|
||||||
# specify pip version to use (examples "<20", "==19.3.1", "", empty string will install the latest version)
|
# specify pip version to use (examples "<20.2", "==19.3.1", "", empty string will install the latest version)
|
||||||
# pip_version: "<20"
|
# pip_version: "<21"
|
||||||
# specify poetry version to use (examples "<2", "==1.1.1", "", empty string will install the latest version)
|
# specify poetry version to use (examples "<2", "==1.1.1", "", empty string will install the latest version)
|
||||||
# poetry_version: "<2",
|
# poetry_version: "<2",
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user