Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
80763d4b
Unverified
Commit
80763d4b
authored
Dec 21, 2023
by
Rhett Ying
Committed by
GitHub
Dec 21, 2023
Browse files
[dev] add torchdata dependency into DGL requirements (#6801)
parent
2b966da2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
python/setup.py
python/setup.py
+1
-0
script/dgl_dev.yml.template
script/dgl_dev.yml.template
+1
-1
No files found.
python/setup.py
View file @
80763d4b
...
@@ -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
,
...
...
script/dgl_dev.yml.template
View file @
80763d4b
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment