dev-python/contourpy: Fix minimal pybind11 version

Closes: https://bugs.gentoo.org/939789
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-09-17 21:36:39 +02:00
parent a7d12f2a96
commit 358f69aee4

View File

@@ -27,7 +27,7 @@ RDEPEND="
>=dev-python/numpy-1.23[${PYTHON_USEDEP}]
"
BDEPEND="
>=dev-python/pybind11-2.12.0[${PYTHON_USEDEP}]
>=dev-python/pybind11-2.13.1[${PYTHON_USEDEP}]
test? (
dev-python/matplotlib[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]