Skip to content

Commit ce27bb2

Browse files
Merge pull request #218 from bioimage-io/fix_spec_dep
require current latest spec version
2 parents 67a1264 + b6f7fe1 commit ce27bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"Programming Language :: Python :: 3.8",
2626
],
2727
packages=find_namespace_packages(exclude=["tests"]), # Required
28-
install_requires=["bioimageio.spec>=0.3.4", "imageio>=2.5", "numpy", "ruamel.yaml", "tqdm", "xarray"],
28+
install_requires=["bioimageio.spec>=0.4.3", "imageio>=2.5", "numpy", "ruamel.yaml", "tqdm", "xarray"],
2929
include_package_data=True,
3030
extras_require={
3131
"test": ["pytest", "black", "mypy"],

0 commit comments

Comments
 (0)