"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "e98fabc5507915acd0dce5bc9f7d518af09f7e0a"
Commit e8aa000a authored by rusty1s's avatar rusty1s
Browse files

Merge branch 'master' of github.com:rusty1s/pytorch_sparse

parents cb401a94 1caa0a7c
include LICENSE include LICENSE
recursive-include cpu *
recursive-include cuda * recursive-include cuda *
...@@ -32,7 +32,7 @@ if CUDA_HOME is not None: ...@@ -32,7 +32,7 @@ if CUDA_HOME is not None:
extra_compile_args=extra_compile_args), extra_compile_args=extra_compile_args),
] ]
__version__ = '0.4.2' __version__ = '0.4.3'
url = 'https://github.com/rusty1s/pytorch_sparse' url = 'https://github.com/rusty1s/pytorch_sparse'
install_requires = ['scipy'] install_requires = ['scipy']
......
...@@ -5,7 +5,7 @@ from .eye import eye ...@@ -5,7 +5,7 @@ from .eye import eye
from .spmm import spmm from .spmm import spmm
from .spspmm import spspmm from .spspmm import spspmm
__version__ = '0.4.2' __version__ = '0.4.3'
__all__ = [ __all__ = [
'__version__', '__version__',
......
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