"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "74bd09652d69c77a4bed34b3afda74c87295115b"
Commit 52214143 authored by rusty1s's avatar rusty1s
Browse files

version up

parent 60836e2e
......@@ -28,7 +28,7 @@ if CUDA_HOME is not None:
['cuda/rw.cpp', 'cuda/rw_kernel.cu']),
]
__version__ = '1.3.0'
__version__ = '1.4.0'
url = 'https://github.com/rusty1s/pytorch_cluster'
install_requires = ['scipy']
......
......@@ -7,7 +7,7 @@ from .radius import radius, radius_graph
from .sampler import neighbor_sampler
from .rw import random_walk
__version__ = '1.3.0'
__version__ = '1.4.0'
__all__ = [
'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