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.
2 parents abf2b1e + dfaecf0 commit 848d22bCopy full SHA for 848d22b
setup.py
@@ -38,7 +38,7 @@
38
extras_require={
39
"test": ["pytest", "black", "mypy"],
40
"dev": ["pre-commit"],
41
- "pytorch": ["pytorch>=1.6", "torchvision", "cudatoolkit>=10.1"],
+ "pytorch": ["torch>=1.6", "torchvision"],
42
"tensorflow": ["tensorflow"],
43
"onnx": ["onnxruntime"],
44
},
0 commit comments