File tree Expand file tree Collapse file tree 6 files changed +45
-0
lines changed Expand file tree Collapse file tree 6 files changed +45
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ pybind11_abi:
31
31
python :
32
32
- 3.10.* *_cpython
33
33
- 3.11.* *_cpython
34
+ - 3.12.* *_cpython
34
35
- 3.8.* *_cpython
35
36
- 3.9.* *_cpython
36
37
spdlog :
Original file line number Diff line number Diff line change
1
+ migrator_ts : 1695046563
2
+ __migrator :
3
+ migration_number : 1
4
+ operation : key_add
5
+ primary_key : python
6
+ ordering :
7
+ python :
8
+ - 3.6.* *_cpython
9
+ - 3.7.* *_cpython
10
+ - 3.8.* *_cpython
11
+ - 3.9.* *_cpython
12
+ - 3.10.* *_cpython
13
+ - 3.11.* *_cpython
14
+ - 3.12.* *_cpython # new entry
15
+ - 3.6.* *_73_pypy
16
+ - 3.7.* *_73_pypy
17
+ - 3.8.* *_73_pypy
18
+ - 3.9.* *_73_pypy
19
+ paused : false
20
+ longterm : True
21
+ pr_limit : 30
22
+ max_solver_attempts : 6 # this will make the bot retry "not solvable" stuff 6 times
23
+ exclude :
24
+ # this shouldn't attempt to modify the python feedstocks
25
+ - python
26
+ - pypy3.6
27
+ - pypy-meta
28
+ - cross-python
29
+ - python_abi
30
+ exclude_pinned_pkgs : false
31
+
32
+ python :
33
+ - 3.12.* *_cpython
34
+ # additional entries to add for zip_keys
35
+ numpy :
36
+ - 1.26
37
+ python_impl :
38
+ - cpython
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ pybind11_abi:
31
31
python :
32
32
- 3.10.* *_cpython
33
33
- 3.11.* *_cpython
34
+ - 3.12.* *_cpython
34
35
- 3.8.* *_cpython
35
36
- 3.9.* *_cpython
36
37
spdlog :
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ pybind11_abi:
31
31
python :
32
32
- 3.10.* *_cpython
33
33
- 3.11.* *_cpython
34
+ - 3.12.* *_cpython
34
35
- 3.8.* *_cpython
35
36
- 3.9.* *_cpython
36
37
spdlog :
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ pybind11_abi:
23
23
python :
24
24
- 3.10.* *_cpython
25
25
- 3.11.* *_cpython
26
+ - 3.12.* *_cpython
26
27
- 3.8.* *_cpython
27
28
- 3.9.* *_cpython
28
29
spdlog :
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ outputs:
58
58
- qhull
59
59
- libopencv
60
60
- pcl >1.12
61
+ # transitive public dependency of pcl
62
+ - vtk-base
61
63
- liblie-group-controllers
62
64
- libunicycle-footstep-planner
63
65
- librealsense # [not win]
@@ -117,6 +119,7 @@ outputs:
117
119
- idyntree
118
120
- fmt
119
121
- spdlog
122
+ - libopencv
120
123
# Workaround for https://github.com/conda-forge/bipedal-locomotion-framework-feedstock/issues/37
121
124
- libmatio-cpp
122
125
# Workaround for https://github.com/conda-forge/bipedal-locomotion-framework-feedstock/pull/42#issuecomment-1804057782
You can’t perform that action at this time.
0 commit comments