From e28048dc258e4ab6abc4890ed7d098be45d45941 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Sun, 23 Oct 2022 12:58:01 +0300 Subject: [PATCH] Change default pip version used to "pip<21" for better Python 3.10 support --- clearml_agent/backend_api/config/default/agent.conf | 4 ++-- docker/k8s-glue/build-resources/clearml.conf | 4 ++-- docs/clearml.conf | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/clearml_agent/backend_api/config/default/agent.conf b/clearml_agent/backend_api/config/default/agent.conf index 34447b4..012e4f6 100644 --- a/clearml_agent/backend_api/config/default/agent.conf +++ b/clearml_agent/backend_api/config/default/agent.conf @@ -63,8 +63,8 @@ # supported options: pip, conda, poetry type: pip, - # specify pip version to use (examples "<20", "==19.3.1", "", empty string will install the latest version) - pip_version: "<20.2", + # specify pip version to use (examples "<20.2", "==19.3.1", "", empty string will install the latest version) + pip_version: "<21", # specify poetry version to use (examples "<2", "==1.1.1", "", empty string will install the latest version) # poetry_version: "<2", diff --git a/docker/k8s-glue/build-resources/clearml.conf b/docker/k8s-glue/build-resources/clearml.conf index fbb45a8..2a8bac8 100644 --- a/docker/k8s-glue/build-resources/clearml.conf +++ b/docker/k8s-glue/build-resources/clearml.conf @@ -57,8 +57,8 @@ agent { # supported options: pip, conda, poetry type: pip, - # specify pip version to use (examples "<20", "==19.3.1", "", empty string will install the latest version) - pip_version: "<20.2", + # specify pip version to use (examples "<20.2", "==19.3.1", "", empty string will install the latest version) + pip_version: "<21", # virtual environment inheres packages from system system_site_packages: false, diff --git a/docs/clearml.conf b/docs/clearml.conf index afac562..754bd19 100644 --- a/docs/clearml.conf +++ b/docs/clearml.conf @@ -63,8 +63,8 @@ agent { # supported options: pip, conda, poetry type: pip, - # specify pip version to use (examples "<20", "==19.3.1", "", empty string will install the latest version) - # pip_version: "<20" + # specify pip version to use (examples "<20.2", "==19.3.1", "", empty string will install the latest version) + # pip_version: "<21" # specify poetry version to use (examples "<2", "==1.1.1", "", empty string will install the latest version) # poetry_version: "<2",