Skip to content

Commit fedd43c

Browse files
committed
bump spec lib version
1 parent bb539d4 commit fedd43c

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

bioimageio/core/test_bioimageio_collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def _get_latest_rdf_sources():
1717
for entry in entries:
1818
version = entry["versions"][0]
1919
ret[f"{entry['concept']}/{version['v']}"] = (
20-
HttpUrl(version["source"]),
20+
HttpUrl(version["source"]), # pyright: ignore[reportCallIssue]
2121
Sha256(version["sha256"]),
2222
)
2323

dev/env-py38.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- nodefaults
66
- pytorch
77
dependencies:
8-
- bioimageio.spec>=0.5.3.5
8+
- bioimageio.spec>=0.5.3.6
99
- black
1010
- crick # uncommented
1111
- filelock

dev/env-tf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- nodefaults
66
# - pytroch # removed
77
dependencies:
8-
- bioimageio.spec>=0.5.3.5
8+
- bioimageio.spec>=0.5.3.6
99
- black
1010
# - crick # currently requires python<=3.9
1111
- filelock

dev/env-wo-python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- nodefaults
66
- pytorch
77
dependencies:
8-
- bioimageio.spec>=0.5.3.5
8+
- bioimageio.spec>=0.5.3.6
99
- black
1010
# - crick # currently requires python<=3.9
1111
- filelock

dev/env.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: core
1+
name: full
22
channels:
33
- conda-forge
44
- nodefaults
55
- pytorch
66
dependencies:
7-
- bioimageio.spec>=0.5.3.5
7+
- bioimageio.spec>=0.5.3.6
88
- black
99
# - crick # currently requires python<=3.9
1010
- filelock

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
packages=find_namespace_packages(exclude=["tests"]),
3232
install_requires=[
33-
"bioimageio.spec ==0.5.3.5",
33+
"bioimageio.spec ==0.5.3.6",
3434
"h5py",
3535
"imageio>=2.10",
3636
"loguru",

0 commit comments

Comments
 (0)