Skip to content

Commit

Permalink
Remove torch_scatter from mandatory dependencies
Browse files Browse the repository at this point in the history
torch_scatter is only an indirect dependency via torch_geometric
  • Loading branch information
jamesmyatt committed Aug 30, 2022
1 parent 37569da commit 4dee696
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"cython",
"pandas<=1.3.5",
"torch_sparse",
"torch_scatter",
"torch_geometric",
"numpy",
"scipy",
Expand Down

0 comments on commit 4dee696

Please sign in to comment.