Skip to content

Commit

Permalink
[SETUP] Removing torch as a test dependency (triton-lang#1632)
Browse files Browse the repository at this point in the history
circular dependency is causing troubles now that our interpreter depends
on torch 2.0 ...
  • Loading branch information
ptillet authored May 7, 2023
1 parent a0ecd9f commit 00c5ae3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ def build_extension(self, ext):
"numpy",
"pytest",
"scipy>=1.7.1",
"torch",
],
"tutorials": [
"matplotlib",
Expand Down

0 comments on commit 00c5ae3

Please sign in to comment.