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 1ed5545 commit 1caa0a7Copy full SHA for 1caa0a7
setup.py
@@ -32,7 +32,7 @@
32
extra_compile_args=extra_compile_args),
33
]
34
35
-__version__ = '0.4.2'
+__version__ = '0.4.3'
36
url = 'https://github.com/rusty1s/pytorch_sparse'
37
38
install_requires = ['scipy']
torch_sparse/__init__.py
@@ -5,7 +5,7 @@
5
from .spmm import spmm
6
from .spspmm import spspmm
7
8
9
10
__all__ = [
11
'__version__',
0 commit comments