"tests/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "7392c8ff5a2a3ea2b059a9e1fdc5164759844976"
Commit 64dea884 authored by rusty1s's avatar rusty1s
Browse files

fix py2.7

parent b9cca5b3
-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
......
...@@ -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']
......
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