File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,3 @@ exclude = '''
2323 | dist
2424)/
2525'''
26-
27- [build-system ]
28- requires = [" setuptools>=41.0" , " setuptools-scm" , " wheel" ]
29- build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change 1313 hooks :
1414 - id : black
1515 language_version : python3.6
16+ args : ["--config", ".black.toml"]
1617 - repo : local
1718 hooks :
1819 - id : clang-format
Original file line number Diff line number Diff line change 11# 3D Point Cloud Kernels
22Pytorch CPU and CUDA kernels for spatial search and interpolation for 3D point clouds.
33
4- ![ Deploy] ( https://github.com/nicolas-chaulet/torch-points-kernels/workflows/Deploy/badge.svg ) ![ Unittests] ( https://github.com/nicolas-chaulet/torch-points-kernels/workflows/Unittests/badge.svg )
4+ [ ![ PyPI version ] ( https://badge.fury.io/py/torch-points-kernels.svg )] ( https://badge.fury.io/py/torch-points-kernels ) ![ Deploy] ( https://github.com/nicolas-chaulet/torch-points-kernels/workflows/Deploy/badge.svg ) ![ Unittests] ( https://github.com/nicolas-chaulet/torch-points-kernels/workflows/Unittests/badge.svg )
55
66## Installation
77** Requires torch** version 1.0 or higher to be installed before proceeding. Once this is done, simply run
Original file line number Diff line number Diff line change @@ -59,12 +59,13 @@ def get_cmdclass():
5959requirements = ["torch>=1.1.0" ]
6060
6161url = 'https://github.com/nicolas-chaulet/torch-points-kernels'
62- __version__ = "0.6.2 "
62+ __version__ = "0.6.3 "
6363setup (
6464 name = "torch-points-kernels" ,
6565 version = __version__ ,
6666 author = "Nicolas Chaulet" ,
6767 packages = find_packages (),
68+ description = "PyTorch kernels for spatial operations on point clouds"
6869 url = url ,
6970 download_url = '{}/archive/{}.tar.gz' .format (url , __version__ ),
7071 install_requires = requirements ,
You can’t perform that action at this time.
0 commit comments