Skip to content

Commit 848d22b

Browse files
authored
Merge pull request #291 from Czaki/setup_fix
Incorporate czaki contribution
2 parents abf2b1e + dfaecf0 commit 848d22b

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
@@ -38,7 +38,7 @@
3838
extras_require={
3939
"test": ["pytest", "black", "mypy"],
4040
"dev": ["pre-commit"],
41-
"pytorch": ["pytorch>=1.6", "torchvision", "cudatoolkit>=10.1"],
41+
"pytorch": ["torch>=1.6", "torchvision"],
4242
"tensorflow": ["tensorflow"],
4343
"onnx": ["onnxruntime"],
4444
},

0 commit comments

Comments
 (0)