Commit c6a6d938 authored by rusty1s's avatar rusty1s
Browse files

fix py2.7

parent 64dea884
...@@ -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(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment