mirror of https://github.com/mamba-org/mamba.git
restrict pybind11 to versions < 3.0.0
This commit is contained in:
parent
14a94d379a
commit
5046b6b167
|
@ -47,7 +47,7 @@ dependencies:
|
|||
- scikit-build
|
||||
# libmambapy dependencies
|
||||
- python
|
||||
- pybind11
|
||||
- pybind11<3.0.0
|
||||
# libmambapy-stubs build dependencies
|
||||
- mypy # For stubgen
|
||||
- setuptools
|
||||
|
|
Loading…
Reference in New Issue