Unverified Commit 4dd92922 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[dev] do not specify version for torchdata

parent 88833e6f
...@@ -226,7 +226,7 @@ setup( ...@@ -226,7 +226,7 @@ setup(
"requests>=2.19.0", "requests>=2.19.0",
"tqdm", "tqdm",
"psutil>=5.8.0", "psutil>=5.8.0",
"torchdata>=0.5.0", "torchdata",
], ],
url="https://github.com/dmlc/dgl", url="https://github.com/dmlc/dgl",
distclass=BinaryDistribution, distclass=BinaryDistribution,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment