Unverified Commit 396b0ec2 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[release] add pandas into dependencies (#7218)

parent aed161e6
...@@ -227,6 +227,7 @@ install_requires = [ ...@@ -227,6 +227,7 @@ install_requires = [
"tqdm", "tqdm",
"psutil>=5.8.0", "psutil>=5.8.0",
"torchdata>=0.5.0", "torchdata>=0.5.0",
"pandas",
] ]
if "DGLBACKEND" in os.environ and os.environ["DGLBACKEND"] != "pytorch": if "DGLBACKEND" in os.environ and os.environ["DGLBACKEND"] != "pytorch":
install_requires.pop(install_requires.index("torchdata>=0.5.0")) install_requires.pop(install_requires.index("torchdata>=0.5.0"))
......
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