We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a6d93 commit d3f1c2bCopy full SHA for d3f1c2b
.travis.yml
@@ -17,6 +17,7 @@ before_install:
17
- export CC="gcc-4.9"
18
- export CXX="g++-4.9"
19
install:
20
+ - if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; pip install future; fi
21
- pip install numpy
22
- pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
23
- pip install pycodestyle
setup.py
@@ -24,7 +24,7 @@
24
url = 'https://github.com/rusty1s/pytorch_scatter'
25
26
install_requires = []
27
-setup_requires = ['pytest-runner', 'future']
+setup_requires = ['pytest-runner']
28
tests_require = ['pytest', 'pytest-cov']
29
30
setup(
0 commit comments