Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-cluster
Commits
52214143
Commit
52214143
authored
May 31, 2019
by
rusty1s
Browse files
version up
parent
60836e2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+1
-1
torch_cluster/__init__.py
torch_cluster/__init__.py
+1
-1
No files found.
setup.py
View file @
52214143
...
...
@@ -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'
]
...
...
torch_cluster/__init__.py
View file @
52214143
...
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment