Skip to content

Commit

Permalink
Revert "Use CPU-only torch package"
Browse files Browse the repository at this point in the history
This reverts commit a280a73.
  • Loading branch information
karlb committed Nov 19, 2021
1 parent 5fd3d01 commit d3e5fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"pandas==1.1.5",
"scipy==1.5.4",
"sympy==1.5.1",
"torch@https://download.pytorch.org/whl/cpu/torch-1.9.1%2Bcpu-cp39-cp39-linux_x86_64.whl",
"torch==1.9.1",
"pre-commit",
],
python_requires=">=3.9",
Expand Down

0 comments on commit d3e5fe8

Please sign in to comment.