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
a339bb4f
Commit
a339bb4f
authored
Jul 28, 2018
by
rusty1s
Browse files
unused imports
parent
1440415d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+2
-2
No files found.
setup.py
View file @
a339bb4f
import
torch
import
torch
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
from
torch.utils.cpp_extension
import
BuildExtension
,
CUDAExtension
__version__
=
'1.0.1'
__version__
=
'1.0.1'
url
=
'https://github.com/rusty1s/pytorch_sparse'
url
=
'https://github.com/rusty1s/pytorch_sparse'
...
@@ -17,7 +16,8 @@ if torch.cuda.is_available():
...
@@ -17,7 +16,8 @@ if torch.cuda.is_available():
setup
(
setup
(
name
=
'torch_sparse'
,
name
=
'torch_sparse'
,
version
=
__version__
,
version
=
__version__
,
description
=
'PyTorch Extension Library of Optimized Sparse Operations'
,
description
=
'PyTorch Extension Library of Optimized Sparse Matrix '
'Operations'
,
author
=
'Matthias Fey'
,
author
=
'Matthias Fey'
,
author_email
=
'matthias.fey@tu-dortmund.de'
,
author_email
=
'matthias.fey@tu-dortmund.de'
,
url
=
url
,
url
=
url
,
...
...
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