forked from TutteInstitute/fast_hdbscan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
38 lines (37 loc) · 1.02 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
[metadata]
name = multi_mst
version = 0.1.3
author = Jelmer Bot
author_email = [email protected]
maintainer = Jelmer Bot
maintainer_email = [email protected]
description = Minimum spanning tree based manifold approximations.
long_description = file: README.md
long_description_content_type = text/markdown
keywords = minimum spanning tree, dimensionality reduction
url = https://github.com/vda-lab/multi_mst
license = BSD 2-Clause License
license_files = LICENSE
classifiers =
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Development Status :: 4 - Beta
Operating System :: OS Independent
[options]
zip_safe = False
packages =
multi_mst
multi_mst.k_mst
multi_mst.k_mst_descent
multi_mst.k_mst_descent_recall
multi_mst.noisy_mst
multi_mst.tests
python_requires = >=3.9
install_requires =
numpy >= 1.23
scipy >= 1.9
scikit-learn >= 1.1
umap-learn >= 0.5.4
numba >= 0.57.1
pynndescent >= 0.5.13