Skip to content

Commit 64dea88

Browse files
committed
fix py2.7
1 parent b9cca5b commit 64dea88

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
2-
future
32
numpy
43
torch_nightly
54
sphinx

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
__version__ = '1.3.0'
2424
url = 'https://github.com/rusty1s/pytorch_scatter'
2525

26-
install_requires = []
26+
install_requires = ['future']
2727
setup_requires = ['pytest-runner']
2828
tests_require = ['pytest', 'pytest-cov']
2929

0 commit comments

Comments
 (0)