mirror of
https://github.com/dmlc/dgl.git
synced 2026-06-03 19:34:33 +08:00
Reorder dependency list in setup (#7672)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
This commit is contained in:
committed by
GitHub
parent
86fe4c20fc
commit
0978ce6571
@@ -220,16 +220,16 @@ if include_libs:
|
||||
|
||||
# Configure dependencies.
|
||||
install_requires = [
|
||||
"numpy>=1.14.0",
|
||||
"scipy>=1.1.0",
|
||||
"networkx>=2.1",
|
||||
"requests>=2.19.0",
|
||||
"tqdm",
|
||||
"psutil>=5.8.0",
|
||||
"pandas",
|
||||
"numpy>=1.14.0",
|
||||
"packaging",
|
||||
"pyyaml",
|
||||
"pandas",
|
||||
"psutil>=5.8.0",
|
||||
"pydantic>=2.0",
|
||||
"pyyaml",
|
||||
"requests>=2.19.0",
|
||||
"scipy>=1.1.0",
|
||||
"tqdm",
|
||||
]
|
||||
|
||||
setup(
|
||||
|
||||
Reference in New Issue
Block a user