Skip to content

Commit

Permalink
Adding numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Sep 14, 2023
1 parent 698136a commit 78c9abe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ requirements:

run:
- python
- numpy


test:
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["scikit-build-core>=0.3.3", "pybind11", "numpy"]
requires = ["scikit-build-core>=0.3.3", "pybind11"]
build-backend = "scikit_build_core.build"


Expand All @@ -22,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
dependencies = ["numpy]
[project.optional-dependencies]
test = ["pytest"]
Expand Down

0 comments on commit 78c9abe

Please sign in to comment.