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
64dea884
Commit
64dea884
authored
Jun 29, 2019
by
rusty1s
Browse files
fix py2.7
parent
b9cca5b3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
docs/requirements.txt
docs/requirements.txt
+0
-1
setup.py
setup.py
+1
-1
No files found.
docs/requirements.txt
View file @
64dea884
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
future
numpy
numpy
torch_nightly
torch_nightly
sphinx
sphinx
...
...
setup.py
View file @
64dea884
...
@@ -23,7 +23,7 @@ if CUDA_HOME is not None:
...
@@ -23,7 +23,7 @@ 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
=
[]
install_requires
=
[
'future'
]
setup_requires
=
[
'pytest-runner'
]
setup_requires
=
[
'pytest-runner'
]
tests_require
=
[
'pytest'
,
'pytest-cov'
]
tests_require
=
[
'pytest'
,
'pytest-cov'
]
...
...
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