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
396b0ec2
Unverified
Commit
396b0ec2
authored
Mar 18, 2024
by
Rhett Ying
Committed by
GitHub
Mar 18, 2024
Browse files
[release] add pandas into dependencies (#7218)
parent
aed161e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
python/setup.py
python/setup.py
+1
-0
No files found.
python/setup.py
View file @
396b0ec2
...
@@ -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"
))
...
...
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