We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81c38b commit c79b957Copy full SHA for c79b957
CMakeLists.txt
@@ -9,7 +9,7 @@ include(FetchContent)
9
FetchContent_Declare(
10
reticula
11
GIT_REPOSITORY https://github.com/reticula-network/reticula.git
12
- GIT_TAG fe2e8bc357d4b5c7ce6ff082a607835b55700168)
+ GIT_TAG 7498b6a481b4e09f28bb75c4f3b1c6ea7921cf76)
13
14
15
fmt
pyproject.toml
@@ -42,7 +42,7 @@ requires = [
42
"setuptools>=67",
43
"wheel",
44
"scikit-build-core>=0.10.7",
45
- "nanobind==2.2.0"
+ "nanobind==2.7.0"
46
]
47
build-backend = "scikit_build_core.build"
48
0 commit comments