@@ -7,28 +7,26 @@ name = "multi_mst"
77version = " 0.2.0"
88description = " Minimum spanning tree based manifold approximations."
99keywords = [" dimensionality reduction" , " clustering" , " minimum spanning tree" ]
10- authors = [
11- {
name =
" Jelmer Bot" ,
email =
" [email protected] " }
12- ]
10+ authors = [{
name =
" Jelmer Bot" ,
email =
" [email protected] " }]
1311readme = " README.md"
14- license = { text = " BSD-2-Clause" }
12+ license = " BSD-2-Clause"
13+ license-files = [" LICENSE" ]
1514classifiers = [
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" ,
2119]
2220requires-python = " >=3.10"
2321dependencies = [
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" ,
3230]
3331
3432[project .urls ]
@@ -43,10 +41,10 @@ namespaces = false
4341[project .optional-dependencies ]
4442tests = [" pytest" ]
4543docs = [
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" ,
5048 " numpydoc" ,
5149 " pygments>=2.4.1" ,
5250 " jupyterlab_pygments>=0.1.1" ,
@@ -56,5 +54,5 @@ notebooks = [
5654 " jupyterlab >= 4" ,
5755 " matplotlib >= 3.8" ,
5856 " pandas >= 2.2" ,
59- " tqdm >= 4.62.3"
60- ]
57+ " tqdm >= 4.62.3" ,
58+ ]
0 commit comments