File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ SRC_DIR=aten/THC
7
7
BUILD_DIR=torch_cluster/_ext
8
8
9
9
mkdir -p $BUILD_DIR
10
- $( which nvcc) " -I$TORCH /lib/include" " -I$TORCH /lib/include/TH" " -I$TORCH /lib/include/THC" " -I$SRC_DIR " -c " $SRC_DIR /THC.cu" -o " $BUILD_DIR /THC.o " --compiler-options ' -fPIC' -std=c++11
10
+ $( which nvcc) " -I$TORCH /lib/include" " -I$TORCH /lib/include/TH" " -I$TORCH /lib/include/THC" " -I$SRC_DIR " -c " $SRC_DIR /THC.cu" -o " $BUILD_DIR /THC.so " --compiler-options ' -fPIC' -std=c++11
Original file line number Diff line number Diff line change 2
2
3
3
from setuptools import setup , find_packages
4
4
5
- __version__ = '1.1.0 '
5
+ __version__ = '1.1.1 '
6
6
url = 'https://github.com/rusty1s/pytorch_cluster'
7
7
8
8
install_requires = ['cffi' ]
Original file line number Diff line number Diff line change 1
1
from .graclus import graclus_cluster
2
2
from .grid import grid_cluster
3
3
4
- __version__ = '1.1.0 '
4
+ __version__ = '1.1.1 '
5
5
6
6
__all__ = ['graclus_cluster' , 'grid_cluster' , '__version__' ]
You can’t perform that action at this time.
0 commit comments