Skip to content

Commit

Permalink
unpin bioimage.spec dependency of core
Browse files Browse the repository at this point in the history
  • Loading branch information
thodkatz committed Oct 18, 2024
1 parent 20bcd83 commit 434bed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
],
packages=find_packages(exclude=["tests"]), # Required
install_requires=[
"bioimageio.spec==0.5.3.3",
"bioimageio.core==0.6.9",
# "bioimageio.spec==0.5.3.3",
# "bioimageio.core==0.6.9",
"grpcio>=1.31",
"numpy<2", # pytorch 2.2.2-py3.9_0 for macos is compiled with numpy 1.*
"protobuf",
Expand Down

0 comments on commit 434bed9

Please sign in to comment.