Commit d33d29b2 authored by rusty1s's avatar rusty1s
Browse files

deps

parent d6564de5
......@@ -5,7 +5,7 @@ from torch.utils.cpp_extension import BuildExtension, CUDAExtension
__version__ = '0.2.0'
url = 'https://github.com/rusty1s/pytorch_sparse'
install_requires = ['numpy', 'scipy']
install_requires = ['scipy']
setup_requires = ['pytest-runner']
tests_require = ['pytest', 'pytest-cov']
ext_modules = []
......
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