Skip to content

Commit

Permalink
Remove PIP_FIND_LINKS for torch from setup.py (#1019)
Browse files Browse the repository at this point in the history
- Remove `PIP_FIND_LINKS` for torch in `setup.py`. This was missed by PR #1015 which only removed it in `docker/conda/environments/requirements.txt`.

Authors:
  - Eli Fajardo (https://github.com/efajardo-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #1019
  • Loading branch information
efajardo-nv authored Jul 6, 2023
1 parent f71b570 commit 3cb9860
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
from setuptools import find_packages # noqa: E402
from setuptools import setup # noqa: E402

# Required to install torch via setup.py
# Note: this is order dependent
os.environ["PIP_FIND_LINKS"] = "https://download.pytorch.org/whl/cu116/torch_stable.html"

try:
import versioneer
except ImportError:
Expand Down

0 comments on commit 3cb9860

Please sign in to comment.