@@ -7,28 +7,26 @@ name = "multi_mst"
7
7
version = " 0.2.0"
8
8
description = " Minimum spanning tree based manifold approximations."
9
9
keywords = [" dimensionality reduction" , " clustering" , " minimum spanning tree" ]
10
- authors = [
11
- {
name =
" Jelmer Bot" ,
email =
" [email protected] " }
12
- ]
10
+ authors = [{
name =
" Jelmer Bot" ,
email =
" [email protected] " }]
13
11
readme = " README.md"
14
- license = { text = " BSD-2-Clause" }
12
+ license = " BSD-2-Clause"
13
+ license-files = [" LICENSE" ]
15
14
classifiers = [
16
- " Development Status :: 5 - Production/Stable" ,
17
- " License :: OSI Approved :: BSD License" ,
18
- " Natural Language :: English" ,
19
- " Operating System :: OS Independent" ,
20
- " Programming Language :: Python :: 3 :: Only"
15
+ " Development Status :: 5 - Production/Stable" ,
16
+ " Natural Language :: English" ,
17
+ " Operating System :: OS Independent" ,
18
+ " Programming Language :: Python :: 3 :: Only" ,
21
19
]
22
20
requires-python = " >=3.10"
23
21
dependencies = [
24
- " numpy >= 1.20, <3" ,
25
- " scipy >= 1.9" ,
26
- " scikit-learn >= 1.1 " ,
27
- " umap-learn >= 0.5.4" ,
28
- " numba >= 0.57.1" ,
29
- " pynndescent >= 0.5.13" ,
30
- " fast_hdbscan >= 0.2.1" ,
31
- " fast-hbcc >= 0.1.0"
22
+ " numpy >= 1.20, <3" ,
23
+ " scipy >= 1.9" ,
24
+ " scikit-learn >= 1.6 " ,
25
+ " umap-learn >= 0.5.4" ,
26
+ " numba >= 0.57.1" ,
27
+ " pynndescent >= 0.5.13" ,
28
+ " fast_hdbscan >= 0.2.1" ,
29
+ " fast-hbcc >= 0.1.0" ,
32
30
]
33
31
34
32
[project .urls ]
@@ -43,10 +41,10 @@ namespaces = false
43
41
[project .optional-dependencies ]
44
42
tests = [" pytest" ]
45
43
docs = [
46
- " sphinx >= 8" ,
47
- " nbsphinx >= 0.9" ,
48
- " sphinx_rtd_theme >= 2.0" ,
49
- " matplotlib >= 3.8" ,
44
+ " sphinx >= 8" ,
45
+ " nbsphinx >= 0.9" ,
46
+ " sphinx_rtd_theme >= 2.0" ,
47
+ " matplotlib >= 3.8" ,
50
48
" numpydoc" ,
51
49
" pygments>=2.4.1" ,
52
50
" jupyterlab_pygments>=0.1.1" ,
@@ -56,5 +54,5 @@ notebooks = [
56
54
" jupyterlab >= 4" ,
57
55
" matplotlib >= 3.8" ,
58
56
" pandas >= 2.2" ,
59
- " tqdm >= 4.62.3"
60
- ]
57
+ " tqdm >= 4.62.3" ,
58
+ ]
0 commit comments