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
c6a6d938
Commit
c6a6d938
authored
Jun 29, 2019
by
rusty1s
Browse files
fix py2.7
parent
64dea884
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 @
c6a6d938
...
@@ -23,8 +23,8 @@ if CUDA_HOME is not None:
...
@@ -23,8 +23,8 @@ if CUDA_HOME is not None:
__version__
=
'1.3.0'
__version__
=
'1.3.0'
url
=
'https://github.com/rusty1s/pytorch_scatter'
url
=
'https://github.com/rusty1s/pytorch_scatter'
install_requires
=
[
'future'
]
install_requires
=
[]
setup_requires
=
[
'pytest-runner'
]
setup_requires
=
[
'pytest-runner'
,
'future'
]
tests_require
=
[
'pytest'
,
'pytest-cov'
]
tests_require
=
[
'pytest'
,
'pytest-cov'
]
setup
(
setup
(
...
...
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