We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b7aa5 commit 9dbe864Copy full SHA for 9dbe864
1 file changed
conanfile.py
@@ -54,7 +54,7 @@
54
class QiPythonConan(ConanFile):
55
requires = [
56
"boost/[~1.78]",
57
- "pybind11/[~2.9]",
+ "pybind11/[^2.9]",
58
"qi/4.0.1",
59
]
60
0 commit comments