Skip to content

Commit

Permalink
update version and spec pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Feb 21, 2024
1 parent fcb6bcd commit 154a7d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bioimageio/core/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.5.11"
"version": "0.6.0"
}
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_namespace_packages(exclude=["tests"]),
install_requires=[
"bioimageio.spec==0.4.9.*",
"bioimageio.spec==0.5.0.*",
"imageio>=2.5",
"numpy",
"ruyaml",
Expand Down

0 comments on commit 154a7d6

Please sign in to comment.