-
Notifications
You must be signed in to change notification settings - Fork 51
/
setup.cfg
47 lines (45 loc) · 1.19 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
[metadata]
name = datamapplot
version = 0.4.2
author = Leland McInnes
author_email = leland.mcinnes@gmail.com
maintainer = Leland McInnes
maintainer_email = leland.mcinnes@gmail.com
description = A library for presentation and publication ready plots of data maps
long_description = file: README.rst
keywords = data map, visualization, topic modelling, cluster, clustering
url = https://github.com/TutteInstitute/datamapplot
license = MIT License
license_files = LICENSE
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Development Status :: 4 - Beta
Operating System :: OS Independent
[options]
zip_safe = False
include_package_data = True
packages = datamapplot
python_requires = >=3.9
install_requires =
colorcet
colorspacious>=1.1
datashader>=0.16
importlib-resources
jinja2
matplotlib>=3.8
numba>=0.56
numpy>=1.21
pandas>=1.0
pyarrow
pylabeladjust
requests
rcssmin>=1.1.2
rjsmin>=1.2.2
scikit-image>=0.22
scikit-learn>=1.1
platformdirs
[options.entry_points]
console_scripts =
dmp_offline_cache = datamapplot.offline_mode_caching:main