Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump bioimageio core to 0.6.8
Browse files Browse the repository at this point in the history
thodkatz committed Sep 3, 2024
1 parent 1bfbeff commit b6c5234
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -50,6 +50,10 @@ dependencies:
- mypy
- pre_commit

- mkl <2024.1.0 # [linux] until pytorch is compatible with the current version

- pip
- setuptools
- pip:
- -e .

- mkl <2024.1.0 # [linux] until pytorch is compatible with the current version
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
packages=find_packages(exclude=["tests"]), # Required
install_requires=[
"bioimageio.spec==0.5.3.2",
"bioimageio.core==0.6.7",
"bioimageio.core==0.6.8",
"grpcio>=1.31",
"numpy",
"protobuf",

0 comments on commit b6c5234

Please sign in to comment.