From aa0803e2f14d396bbed33028fadb94b61f8d5447 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Thu, 20 Jul 2023 15:22:56 +0200 Subject: [PATCH] build(pyproject.toml): Added pybind11 build dependency --- pyproject.toml | 4 ++-- scripts/test.sh | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 792947d..a45edae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,11 +22,11 @@ classifiers = [ ] urls = { "Documentation" = "https://lasp.ascee.nl" } -dependencies = ["scipy", "numpy", "matplotlib", "appdirs", "dataclasses_json", +dependencies = ["scipy", "numpy", "matplotlib>=3.7.2", "appdirs", "dataclasses_json", "h5py", "pybind11"] [build-system] # How pip and other frontends should build this project -requires = ["py-build-cmake~=0.1.8" ] +requires = ["py-build-cmake~=0.1.8", "pybind11" ] build-backend = "py_build_cmake.build" [tool.py-build-cmake.module] # Where to find the Python module to package diff --git a/scripts/test.sh b/scripts/test.sh index 4d33f1b..3802d96 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -5,7 +5,6 @@ python3 -m venv testenv # Activate environment . testenv/bin/activate -pip install -r requirements.txt pip install . arch_os_line='NAME="Arch Linux"'