From 67c17cab40290bca0666affc637ea7ec6213c09e Mon Sep 17 00:00:00 2001 From: fynnbe Date: Tue, 9 Jul 2024 13:55:12 +0200 Subject: [PATCH] fix setuptools pin --- bioimageio_collection_backoffice/conda_env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bioimageio_collection_backoffice/conda_env.py b/bioimageio_collection_backoffice/conda_env.py index c7a3fd27..07a9a147 100644 --- a/bioimageio_collection_backoffice/conda_env.py +++ b/bioimageio_collection_backoffice/conda_env.py @@ -146,7 +146,7 @@ def _get_default_pytorch_env( ): # avoid ImportError: cannot import name 'packaging' from 'pkg_resources' # see https://github.com/pypa/setuptools/issues/4376#issuecomment-2126162839 - deps.append("setuptools <=70.0.0") + deps.append("setuptools <70.0.0") return CondaEnv( name="env",