Unverified Commit 80763d4b authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[dev] add torchdata dependency into DGL requirements (#6801)

parent 2b966da2
......@@ -226,6 +226,7 @@ setup(
"requests>=2.19.0",
"tqdm",
"psutil>=5.8.0",
"torchdata>=0.5.0",
],
url="https://github.com/dmlc/dgl",
distclass=BinaryDistribution,
......
......@@ -27,7 +27,7 @@ dependencies:
- scikit-learn
- scipy
- torch==__TORCH_VERSION__
- torchdata
- torchdata>=0.5.0
- torcheval
- torchmetrics
- tqdm
......
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