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 e7478d4 commit 00e9af3Copy full SHA for 00e9af3
conda_build_config.yaml
@@ -1,14 +1,19 @@
1
numpy:
2
- 1.26
3
libprotobuf:
4
- - 5.28.2
+ - 5.29.3
5
protobuf:
6
7
spdlog:
8
- - 1.14 # [not emscripten]
9
- - 1.15 # [emscripten]
+ - 1.15
10
pugixml:
11
- - '1.14'
+ - '1.15'
+libopencv:
12
+ - 4.11.0
13
+libxml2:
14
+ - 2.13.*
15
+graphviz:
16
+ - 12.*
17
cmake:
18
- 3.*
19
@@ -21,7 +26,7 @@ python_impl:
21
26
- cpython
22
27
23
28
emscripten_emscripten-wasm32:
24
- - 3.1.45
29
+ - 3.1.45
25
30
cross-python_emscripten-wasm32:
31
- 3.11.* *_12
32
@@ -51,6 +56,8 @@ cxx_compiler_version: # [unix]
51
56
- 18 # [osx]
52
57
53
58
libzenohc:
54
- - 1.1.1
59
+ - 1.4.0
55
60
libzenohcxx:
61
62
+libcap:
63
+ - 2.71
0 commit comments