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 ec7b0e6 commit 056e0c2Copy full SHA for 056e0c2
setup.py
@@ -51,7 +51,7 @@
51
),
52
"tensorflow": ["tensorflow", "keras>=2.15,<4"],
53
"onnx": ["onnxruntime"],
54
- "tests": (test_deps := ["pytest"]), # minimal test requirements
+ "tests": (test_deps := ["pytest", "pytest-cov"]), # minimal test requirements
55
"dev": (
56
test_deps
57
+ pytorch_deps
@@ -68,7 +68,6 @@
68
"pdoc",
69
"pre-commit",
70
"pyright==1.1.396",
71
- "pytest-cov",
72
"segment-anything", # for model testing
73
"timm", # for model testing
74
# "crick", # currently requires python<=3.9
0 commit comments