We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125dea6 commit b4fc874Copy full SHA for b4fc874
bindings/python/CMakeLists.txt
@@ -20,7 +20,7 @@ include(FetchContent)
20
FetchContent_Declare(
21
pybind11
22
GIT_REPOSITORY https://github.com/pybind/pybind11
23
- GIT_TAG v2.10.1
+ GIT_TAG v3.0.1
24
)
25
FetchContent_MakeAvailable(pybind11)
26
bindings/python/pyproject.toml
@@ -16,7 +16,7 @@
16
requires = [
17
"setuptools>=42",
18
"scikit-build",
19
- "cmake>=3.21, <4", # Keep in-sync with `CMakeLists.txt`
+ "cmake>=3.21, <5", # Keep in-sync with `CMakeLists.txt`
"numpy>=1.10.0, <2", # Keep in-sync with `setup.py`
"archspec>=0.2.0", # Keep in-sync with `setup.py`
"toml>=0.10.2", # Keep in-sync with `setup.py` required for the tests
0 commit comments