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 c68fd77 commit 71b0192Copy full SHA for 71b0192
setup.py
@@ -28,7 +28,7 @@
28
install_requires=["bioimageio.spec", "imageio>=2.5", "numpy", "ruamel.yaml", "tqdm", "xarray"],
29
include_package_data=True,
30
extras_require={
31
- "test": ["pytest"],
+ "test": ["pytest", "black", "mypy"],
32
"dev": ["pre-commit"],
33
"pytorch": ["pytorch>=1.6", "torchvision", "cudatoolkit>=10.1"],
34
"tensorflow": ["tensorflow"],
0 commit comments