"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "22385bc66c0a98fa78ce94e858a9d79aeb9a885a"
Commit eb209169 authored by rusty1s's avatar rusty1s
Browse files

version up

parent c20024c4
...@@ -22,7 +22,7 @@ if CUDA_HOME is not None: ...@@ -22,7 +22,7 @@ if CUDA_HOME is not None:
['cuda/radius.cpp', 'cuda/radius_kernel.cu']), ['cuda/radius.cpp', 'cuda/radius_kernel.cu']),
] ]
__version__ = '1.2.1' __version__ = '1.2.2'
url = 'https://github.com/rusty1s/pytorch_cluster' url = 'https://github.com/rusty1s/pytorch_cluster'
install_requires = ['scipy'] install_requires = ['scipy']
......
...@@ -5,7 +5,7 @@ from .nearest import nearest ...@@ -5,7 +5,7 @@ from .nearest import nearest
from .knn import knn, knn_graph from .knn import knn, knn_graph
from .radius import radius, radius_graph from .radius import radius, radius_graph
__version__ = '1.2.1' __version__ = '1.2.2'
__all__ = [ __all__ = [
'graclus_cluster', 'graclus_cluster',
......
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