Skip to content

Commit

Permalink
correct torch package name
Browse files Browse the repository at this point in the history
  • Loading branch information
cpnota committed Jan 14, 2020
1 parent eebef5d commit ea91901
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
],
extras_require={
"pytorch": [
"pytorch",
"torch",
"torchvision",
"tensorboard"
],
"docs": [
Expand Down

0 comments on commit ea91901

Please sign in to comment.