Skip to content

Commit

Permalink
Include numpy dependency by default (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <[email protected]>
  • Loading branch information
LecrisUT authored Nov 11, 2024
1 parent 54f3f74 commit 25b2c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
"numpy",
"importlib_resources; python_version<'3.9'",
]

Expand All @@ -45,7 +46,6 @@ f2py-cmake = "f2py_cmake.__main__:main"
test = [
"pytest >=6",
"scikit-build-core",
"numpy",
]
docs = [
"sphinx>=7.0",
Expand Down

0 comments on commit 25b2c9c

Please sign in to comment.