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 c232153 commit 7b54a50Copy full SHA for 7b54a50
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup, find_packages
3
from torch.utils.cpp_extension import BuildExtension, CUDAExtension
4
5
-__version__ = '1.0.1'
+__version__ = '0.1.0'
6
url = 'https://github.com/rusty1s/pytorch_sparse'
7
8
install_requires = ['numpy', 'scipy']
0 commit comments