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-sparse
Commits
e8aa000a
Commit
e8aa000a
authored
Oct 21, 2019
by
rusty1s
Browse files
Merge branch 'master' of github.com:rusty1s/pytorch_sparse
parents
cb401a94
1caa0a7c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
MANIFEST.in
MANIFEST.in
+1
-0
setup.py
setup.py
+1
-1
torch_sparse/__init__.py
torch_sparse/__init__.py
+1
-1
No files found.
MANIFEST.in
View file @
e8aa000a
include LICENSE
recursive-include cpu *
recursive-include cuda *
setup.py
View file @
e8aa000a
...
...
@@ -32,7 +32,7 @@ if CUDA_HOME is not None:
extra_compile_args
=
extra_compile_args
),
]
__version__
=
'0.4.
2
'
__version__
=
'0.4.
3
'
url
=
'https://github.com/rusty1s/pytorch_sparse'
install_requires
=
[
'scipy'
]
...
...
torch_sparse/__init__.py
View file @
e8aa000a
...
...
@@ -5,7 +5,7 @@ from .eye import eye
from
.spmm
import
spmm
from
.spspmm
import
spspmm
__version__
=
'0.4.
2
'
__version__
=
'0.4.
3
'
__all__
=
[
'__version__'
,
...
...
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