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
d3f1c2b4
Commit
d3f1c2b4
authored
Jun 29, 2019
by
rusty1s
Browse files
fix py2.7
parent
c6a6d938
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
.travis.yml
.travis.yml
+1
-0
setup.py
setup.py
+1
-1
No files found.
.travis.yml
View file @
d3f1c2b4
...
...
@@ -17,6 +17,7 @@ before_install:
-
export CC="gcc-4.9"
-
export CXX="g++-4.9"
install
:
-
if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; pip install future; fi
-
pip install numpy
-
pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
-
pip install pycodestyle
...
...
setup.py
View file @
d3f1c2b4
...
...
@@ -24,7 +24,7 @@ __version__ = '1.3.0'
url
=
'https://github.com/rusty1s/pytorch_scatter'
install_requires
=
[]
setup_requires
=
[
'pytest-runner'
,
'future'
]
setup_requires
=
[
'pytest-runner'
]
tests_require
=
[
'pytest'
,
'pytest-cov'
]
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