Commit a339bb4f authored by rusty1s's avatar rusty1s
Browse files

unused imports

parent 1440415d
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,
......
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