diff --git a/clearml_agent/backend_api/config/default/agent.conf b/clearml_agent/backend_api/config/default/agent.conf index 51a7dc2..7dccc46 100644 --- a/clearml_agent/backend_api/config/default/agent.conf +++ b/clearml_agent/backend_api/config/default/agent.conf @@ -66,7 +66,7 @@ type: pip, # specify pip version to use (examples "<20.2", "==19.3.1", "", empty string will install the latest version) - pip_version: ["<20.2 ; python_version < '3.10'", "<22.3 ; python_version >= '3.10'"], + pip_version: ["<20.2 ; python_version < '3.10'", "<22.3 ; python_version >= '3.10' and python_version <= '3.11'", ">=23,<24.3 ; python_version >= '3.12'"] # specify poetry version to use (examples "<2", "==1.1.1", "", empty string will install the latest version) # poetry_version: "<2", # poetry_install_extra_args: ["-v"]