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 b9cca5b commit 64dea88Copy full SHA for 64dea88
docs/requirements.txt
@@ -1,5 +1,4 @@
1
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
2
-future
3
numpy
4
torch_nightly
5
sphinx
setup.py
@@ -23,7 +23,7 @@
23
__version__ = '1.3.0'
24
url = 'https://github.com/rusty1s/pytorch_scatter'
25
26
-install_requires = []
+install_requires = ['future']
27
setup_requires = ['pytest-runner']
28
tests_require = ['pytest', 'pytest-cov']
29
0 commit comments