We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9da41c commit ba1543bCopy full SHA for ba1543b
setup.py
@@ -25,7 +25,7 @@
25
"Programming Language :: Python :: 3.8",
26
],
27
packages=find_namespace_packages(exclude=["tests"]), # Required
28
- install_requires=["bioimageio.spec>=0.4.3", "imageio>=2.5", "numpy", "ruamel.yaml", "tqdm", "xarray"],
+ install_requires=["bioimageio.spec>=0.4.4", "imageio>=2.5", "numpy", "ruamel.yaml", "tqdm", "xarray"],
29
include_package_data=True,
30
extras_require={
31
"test": ["pytest", "black", "mypy"],
0 commit comments