Skip to content

Commit

Permalink
fix setuptools pin
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Jul 9, 2024
1 parent 78991b9 commit 67c17ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioimageio_collection_backoffice/conda_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 67c17ca

Please sign in to comment.