Skip to content

Commit

Permalink
Adding dependency on numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Sep 14, 2023
1 parent 03e364e commit 698136a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[build-system]
requires = ["scikit-build-core>=0.3.3", "pybind11"]
requires = ["scikit-build-core>=0.3.3", "pybind11", "numpy"]
build-backend = "scikit_build_core.build"


[project]
name = "scikit_build_example"
name = "pydefm"
version = "0.0.1"
description="A minimal example package (with pybind11)"
description="Python bindings for defm"
readme = "README.md"
authors = [
{ name = "My Name", email = "me@email.com" },
{ name = "George G. Vega Yon", email = "g.vegayon@gmail.com" },
]
requires-python = ">=3.7"
classifiers = [
Expand Down

0 comments on commit 698136a

Please sign in to comment.