Skip to content

Commit 25b2c9c

Browse files
authored
Include numpy dependency by default (#17)
Signed-off-by: Cristian Le <[email protected]>
1 parent 54f3f74 commit 25b2c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ classifiers = [
3232
]
3333
dynamic = ["version"]
3434
dependencies = [
35+
"numpy",
3536
"importlib_resources; python_version<'3.9'",
3637
]
3738

@@ -45,7 +46,6 @@ f2py-cmake = "f2py_cmake.__main__:main"
4546
test = [
4647
"pytest >=6",
4748
"scikit-build-core",
48-
"numpy",
4949
]
5050
docs = [
5151
"sphinx>=7.0",

0 commit comments

Comments
 (0)