From 698136a23b91f275f54c0c7d1591a3e7645c4bd0 Mon Sep 17 00:00:00 2001 From: "George G. Vega Yon" Date: Thu, 14 Sep 2023 15:19:28 -0600 Subject: [PATCH] Adding dependency on numpy --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b0eb9a6..69635a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [