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