restrict pybind11 to versions < 3.0.0

This commit is contained in:
Klaim (Joël Lamotte) 2025-07-23 17:45:59 +02:00
parent 14a94d379a
commit 5046b6b167
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ dependencies:
- scikit-build
# libmambapy dependencies
- python
- pybind11
- pybind11<3.0.0
# libmambapy-stubs build dependencies
- mypy # For stubgen
- setuptools