diff --git a/setup.py b/setup.py index 4b3cd06..eca948d 100644 --- a/setup.py +++ b/setup.py @@ -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",