build(pyproject.toml): Added pybind11 build dependency
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Anne de Jong 2023-07-20 15:22:56 +02:00
parent 01a6c35f6e
commit aa0803e2f1
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -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"'