File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 2
2
requires = [" hatchling" ]
3
3
build-backend = " hatchling.build"
4
4
5
+
5
6
[project ]
6
7
name = " scipy-stubs"
7
8
version = " 1.15.1.1.dev0"
@@ -34,6 +35,16 @@ classifiers = [
34
35
requires-python = " >=3.10"
35
36
dependencies = [" optype>=0.9.0" ]
36
37
38
+ [project .optional-dependencies ]
39
+ scipy = [" scipy>=1.15.1,<1.16" ]
40
+
41
+ [project .urls ]
42
+ Homepage = " https://scipy.org/"
43
+ Repository = " https://github.com/jorenham/scipy-stubs/"
44
+ Issues = " https://github.com/jorenham/scipy-stubs/issues"
45
+ Changelog = " https://github.com/jorenham/scipy-stubs/releases"
46
+
47
+
37
48
[dependency-groups ]
38
49
extras = [" scipy-stubs[scipy]" ]
39
50
ci = [" packaging>=24.2" ]
@@ -61,14 +72,6 @@ dev = [
61
72
{include-group = " type" },
62
73
]
63
74
64
- [project .optional-dependencies ]
65
- scipy = [" scipy>=1.15.1,<1.16" ]
66
-
67
- [project .urls ]
68
- Repository = " https://github.com/jorenham/scipy-stubs/"
69
- Issues = " https://github.com/jorenham/scipy-stubs/issues"
70
- Changelog = " https://github.com/jorenham/scipy-stubs/releases"
71
- Funding = " https://github.com/sponsors/jorenham"
72
75
73
76
[tool .hatch .build ]
74
77
packages = [" scipy-stubs" ]
You can’t perform that action at this time.
0 commit comments