Skip to content

Commit 71b0192

Browse files
committed
add test dependencies
1 parent c68fd77 commit 71b0192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
install_requires=["bioimageio.spec", "imageio>=2.5", "numpy", "ruamel.yaml", "tqdm", "xarray"],
2929
include_package_data=True,
3030
extras_require={
31-
"test": ["pytest"],
31+
"test": ["pytest", "black", "mypy"],
3232
"dev": ["pre-commit"],
3333
"pytorch": ["pytorch>=1.6", "torchvision", "cudatoolkit>=10.1"],
3434
"tensorflow": ["tensorflow"],

0 commit comments

Comments
 (0)