Skip to content

Commit

Permalink
bump minor and spec
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Nov 15, 2024
1 parent 150df64 commit b8bad0b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ The model specification and its validation tools can be found at <https://github

## Changelog

### 0.7.0 (to be released)
### 0.7.0

- breaking:
- bioimageio CLI now has implicit boolean flags
Expand Down
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.6.10"
"version": "0.7.0"
}
2 changes: 1 addition & 1 deletion dev/env-py38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
- nodefaults
dependencies:
- bioimageio.spec>=0.5.3.3
- bioimageio.spec>=0.5.3.4
- black
- crick # uncommented
- filelock
Expand Down
2 changes: 1 addition & 1 deletion dev/env-tf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- conda-forge
- nodefaults
dependencies:
- bioimageio.spec>=0.5.3.3
- bioimageio.spec>=0.5.3.4
- black
# - crick # currently requires python<=3.9
- filelock
Expand Down
2 changes: 1 addition & 1 deletion dev/env-wo-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- nodefaults
- pytorch # added
dependencies:
- bioimageio.spec>=0.5.3.3
- bioimageio.spec>=0.5.3.4
- black
# - crick # currently requires python<=3.9
- filelock
Expand Down
2 changes: 1 addition & 1 deletion dev/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: core
channels:
- conda-forge
dependencies:
- bioimageio.spec>=0.5.3.3
- bioimageio.spec>=0.5.3.4
- black
# - crick # currently requires python<=3.9
- filelock
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
packages=find_namespace_packages(exclude=["tests"]),
install_requires=[
"bioimageio.spec ==0.5.3.3",
"bioimageio.spec ==0.5.3.4",
"h5py",
"imageio>=2.10",
"loguru",
Expand Down

0 comments on commit b8bad0b

Please sign in to comment.