-
Notifications
You must be signed in to change notification settings - Fork 28
/
setup.cfg
49 lines (46 loc) · 1.23 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[metadata]
name = upcp
version = 0.3
author = Daan Bloembergen
author_email = [email protected]
description = Repository for automatic classification and labeling of Urban PointClouds using data fusion and region growing techniques.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Amsterdam-AI-Team/Urban_PointCloud_Processing
project_urls =
Bug Tracker = https://github.com/Amsterdam-AI-Team/Urban_PointCloud_Processing/issues
classifiers =
Development Status :: 3 - Alpha
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.8
install_requires =
folium>=0.12
matplotlib>=3.4
numba>=0.54
numpy>=1.20
laspy[lazrs]~=2.0
open3d~=0.16.0
owslib>=0.27
pandas>=1.3
pyntcloud>=0.3.1
shapely>=1.8
scikit-learn>=0.24
scipy>=1.6
tifffile>=2021.6
tqdm>=4.60
zarr>=2.8
[options.extras_require]
notebooks =
jupyterlab
ipympl
ipywidgets
[options.packages.find]
where = src