build(pyproject.toml): Added pybind11 build dependency
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
01a6c35f6e
commit
aa0803e2f1
@ -22,11 +22,11 @@ classifiers = [
|
|||||||
]
|
]
|
||||||
urls = { "Documentation" = "https://lasp.ascee.nl" }
|
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"]
|
"h5py", "pybind11"]
|
||||||
|
|
||||||
[build-system] # How pip and other frontends should build this project
|
[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"
|
build-backend = "py_build_cmake.build"
|
||||||
|
|
||||||
[tool.py-build-cmake.module] # Where to find the Python module to package
|
[tool.py-build-cmake.module] # Where to find the Python module to package
|
||||||
|
@ -5,7 +5,6 @@ python3 -m venv testenv
|
|||||||
# Activate environment
|
# Activate environment
|
||||||
. testenv/bin/activate
|
. testenv/bin/activate
|
||||||
|
|
||||||
pip install -r requirements.txt
|
|
||||||
pip install .
|
pip install .
|
||||||
|
|
||||||
arch_os_line='NAME="Arch Linux"'
|
arch_os_line='NAME="Arch Linux"'
|
||||||
|
Loading…
Reference in New Issue
Block a user