Skip to content

Commit 5046b6b

Browse files
committed
restrict pybind11 to versions < 3.0.0
1 parent 14a94d3 commit 5046b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies:
4747
- scikit-build
4848
# libmambapy dependencies
4949
- python
50-
- pybind11
50+
- pybind11<3.0.0
5151
# libmambapy-stubs build dependencies
5252
- mypy # For stubgen
5353
- setuptools

0 commit comments

Comments
 (0)