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
torch-scatter
Commits
4149cd2e
Commit
4149cd2e
authored
Jun 29, 2019
by
rusty1s
Browse files
swap order
parent
608aa37f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
4149cd2e
...
@@ -25,7 +25,7 @@ url = 'https://github.com/rusty1s/pytorch_scatter'
...
@@ -25,7 +25,7 @@ url = 'https://github.com/rusty1s/pytorch_scatter'
install_requires
=
[]
install_requires
=
[]
setup_requires
=
[
'pytest-runner'
]
setup_requires
=
[
'pytest-runner'
]
tests_require
=
[
'pytest
<5.0
'
,
'pytest
-cov
'
]
tests_require
=
[
'pytest
-cov
'
,
'pytest
<5.0
'
]
setup
(
setup
(
name
=
'torch_scatter'
,
name
=
'torch_scatter'
,
...
...
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