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
pyg_autoscale
Commits
e56f33d5
Commit
e56f33d5
authored
Feb 02, 2021
by
rusty1s
Browse files
dependencies
parent
a4cbb359
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+2
-2
No files found.
setup.py
View file @
e56f33d5
...
@@ -68,14 +68,14 @@ def get_extensions():
...
@@ -68,14 +68,14 @@ def get_extensions():
__version__
=
'0.0.0'
__version__
=
'0.0.0'
install_requires
=
[]
install_requires
=
[
'ogb'
,
'hydra-core'
]
setup_requires
=
[
'pytest-runner'
]
setup_requires
=
[
'pytest-runner'
]
tests_require
=
[
'pytest'
,
'pytest-cov'
]
tests_require
=
[
'pytest'
,
'pytest-cov'
]
setup
(
setup
(
name
=
'torch_geometric_autoscale'
,
name
=
'torch_geometric_autoscale'
,
version
=
'0.0.0'
,
version
=
'0.0.0'
,
description
=
'PyG
as
: Auto-Scaling in PyG'
,
description
=
'PyG
AS
: Auto-Scaling in PyG'
,
python_requires
=
'>=3.6'
,
python_requires
=
'>=3.6'
,
install_requires
=
install_requires
,
install_requires
=
install_requires
,
setup_requires
=
setup_requires
,
setup_requires
=
setup_requires
,
...
...
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