@@ -11,17 +11,21 @@ authors = [
11
11
{name = " Quentin Haenn" },
12
12
{name = " Lias Laboratory" }
13
13
]
14
+ maintainers = [
15
+ {
name =
" Quentin Haenn" ,
email =
" [email protected] " }
16
+ ]
14
17
15
18
dependencies = [
16
19
" matplotlib>=3.6.2" ,
17
- " numpy>=1.23 " ,
20
+ " numpy>=2.0 " ,
18
21
" scikit-learn>=1.2.2" ,
19
22
" scipy>=1.12.0" ,
20
23
]
21
24
22
25
requires-python = " >=3.9"
23
26
license = {file = " LICENSE" }
24
27
classifiers =[
28
+ " Development Status :: 5 - Production/Stable" ,
25
29
" Intended Audience :: Science/Research" ,
26
30
" Intended Audience :: Developers" ,
27
31
" License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
@@ -30,6 +34,8 @@ classifiers=[
30
34
" Programming Language :: Python" ,
31
35
" Topic :: Software Development" ,
32
36
" Topic :: Scientific/Engineering" ,
37
+ " Topic :: Scientific/Engineering :: Machine Learning" ,
38
+ " Topic :: Scientific/Engineering :: Mathematics" ,
33
39
" Operating System :: Microsoft :: Windows" ,
34
40
" Operating System :: POSIX" ,
35
41
" Operating System :: Unix" ,
@@ -42,12 +48,12 @@ classifiers=[
42
48
" Programming Language :: Python :: 3.13" ,
43
49
" Programming Language :: Python :: Implementation :: CPython" ,
44
50
]
45
- keywords = [" Unsupervised learning" ," clustering" , " minimum dominating sets" ," clustering under radius constraint" ]
51
+ keywords = [" Unsupervised learning" , " clustering" , " minimum dominating sets" ," clustering under radius constraint" ]
46
52
47
53
[project .urls ]
48
- source = " https://github.com/lias-laboratory /radius_clustering"
49
- tracker = " https://github.com/lias-laboratory /radius_clustering/issues"
50
- documentation = " https://lias-laboratory.github.io /radius_clustering/"
54
+ source = " https://github.com/scikit-learn-contrib /radius_clustering"
55
+ tracker = " https://github.com/scikit-learn-contrib /radius_clustering/issues"
56
+ documentation = " https://contrib.scikit-learn.org /radius_clustering/"
51
57
52
58
[project .optional-dependencies ]
53
59
dev = [
0 commit comments