Skip to content

Commit

Permalink
bump bioimageio core/0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
thodkatz committed Oct 18, 2024
1 parent 20bcd83 commit c4e17fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ tiktorch/__pycache/
/#wrapper.py#
/.#wrapper.py#
.py~
.vscode
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
packages=find_packages(exclude=["tests"]), # Required
install_requires=[
"bioimageio.spec==0.5.3.3",
"bioimageio.core==0.6.9",
"bioimageio.core==0.6.10",
"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 c4e17fd

Please sign in to comment.