We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
project.maintainers
1 parent 14a9ba4 commit 6f5d361Copy full SHA for 6f5d361
‎pyproject.toml
@@ -10,6 +10,10 @@ readme = "README.md"
10
authors = [
11
{name = "Joren Hammudoglu", email = "jhammudoglu@gmail.com"},
12
]
13
+maintainers = [
14
+ {name = "SciPy Developers", email = "scipy-dev@python.org"},
15
+ {name = "Joren Hammudoglu", email = "jhammudoglu@gmail.com"},
16
+]
17
license = "BSD-3-Clause"
18
keywords = ["scipy", "typing", "pep484"]
19
classifiers = [
@@ -28,9 +32,7 @@ classifiers = [
28
32
"Typing :: Typed",
29
33
30
34
requires-python = ">=3.10"
31
-dependencies = [
- "optype>=0.9.0",
-]
35
+dependencies = ["optype>=0.9.0"]
36
37
[dependency-groups]
38
extras = ["scipy-stubs[scipy]"]
0 commit comments