Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Mar 21, 2024
1 parent d925fd0 commit 2731b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
packages=find_packages(exclude=["tests"]),
install_requires=[
"bioimageio.core @ git+https://github.com/bioimage-io/core-bioimage-io-python@5299d232f26457ff71f40376620dc24681b34533", # TODO: change to released version
"bioimageio.spec,
"bioimageio.spec",
"fire",
"loguru",
"minio==7.2.4",
Expand Down

0 comments on commit 2731b50

Please sign in to comment.