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-scatter
Commits
c31915e1
Commit
c31915e1
authored
Nov 08, 2019
by
rusty1s
Browse files
version up
parent
d790f1ca
Changes
2
Show 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_scatter/__init__.py
torch_scatter/__init__.py
+1
-1
No files found.
setup.py
View file @
c31915e1
...
...
@@ -25,7 +25,7 @@ if CUDA_HOME is not None:
[
'cuda/scatter.cpp'
,
'cuda/scatter_kernel.cu'
])
]
__version__
=
'1.
3.2
'
__version__
=
'1.
4.0
'
url
=
'https://github.com/rusty1s/pytorch_scatter'
install_requires
=
[]
...
...
torch_scatter/__init__.py
View file @
c31915e1
...
...
@@ -9,7 +9,7 @@ from .min import scatter_min
from
.logsumexp
import
scatter_logsumexp
import
torch_scatter.composite
__version__
=
'1.
3.2
'
__version__
=
'1.
4.0
'
__all__
=
[
'scatter_add'
,
...
...
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