Skip to content

Commit 9dbe864

Browse files
committed
Upgrade pybind11 to any 2.9+ version.
1 parent 82b7aa5 commit 9dbe864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
class QiPythonConan(ConanFile):
5555
requires = [
5656
"boost/[~1.78]",
57-
"pybind11/[~2.9]",
57+
"pybind11/[^2.9]",
5858
"qi/4.0.1",
5959
]
6060

0 commit comments

Comments
 (0)