@@ -324,6 +324,9 @@ outputs:
324
324
- {{ compiler("cxx") }}
325
325
host :
326
326
- {{ pin_subpackage("libarrow", exact=True) }}
327
+ - libabseil # [osx]
328
+ - libprotobuf # [osx]
329
+ - libopentelemetry-cpp # [osx]
327
330
run :
328
331
- {{ pin_subpackage("libarrow", exact=True) }}
329
332
# run-constraints handled by libarrow, since we depend on it with exact=True
@@ -371,6 +374,9 @@ outputs:
371
374
- {{ pin_subpackage("libarrow", exact=True) }}
372
375
- {{ pin_subpackage("libarrow-acero", exact=True) }}
373
376
- {{ pin_subpackage("libparquet", exact=True) }}
377
+ - libabseil # [osx]
378
+ - libprotobuf # [osx]
379
+ - libopentelemetry-cpp # [osx]
374
380
run :
375
381
- {{ pin_subpackage("libarrow", exact=True) }}
376
382
- {{ pin_subpackage("libarrow-acero", exact=True) }}
@@ -424,6 +430,7 @@ outputs:
424
430
- libabseil
425
431
- libgrpc
426
432
- libprotobuf
433
+ - libopentelemetry-cpp # [osx]
427
434
run :
428
435
- {{ pin_subpackage("libarrow", exact=True) }}
429
436
# run-constraints handled by libarrow, since we depend on it with exact=True
@@ -475,6 +482,8 @@ outputs:
475
482
- {{ pin_subpackage("libarrow-flight", exact=True) }}
476
483
- libabseil
477
484
- libprotobuf
485
+ - libgrpc # [osx]
486
+ - libopentelemetry-cpp # [osx]
478
487
run :
479
488
- {{ pin_subpackage("libarrow", exact=True) }}
480
489
- {{ pin_subpackage("libarrow-flight", exact=True) }}
@@ -628,6 +637,9 @@ outputs:
628
637
- {{ pin_subpackage("libarrow", exact=True) }}
629
638
- openssl
630
639
- thrift-cpp
640
+ - libabseil # [osx]
641
+ - libprotobuf # [osx]
642
+ - libopentelemetry-cpp # [osx]
631
643
run :
632
644
- {{ pin_subpackage("libarrow", exact=True) }}
633
645
# run-constraints handled by libarrow, since we depend on it with exact=True
@@ -670,8 +682,10 @@ outputs:
670
682
- {{ compiler("c") }}
671
683
- {{ compiler("cxx") }}
672
684
host :
685
+ - {{ pin_subpackage("libarrow", exact=True) }}
673
686
- {{ pin_subpackage("libparquet", exact=True) }}
674
687
run :
688
+ - {{ pin_subpackage("libarrow", exact=True) }}
675
689
- {{ pin_subpackage("libparquet", exact=True) }}
676
690
677
691
test :
0 commit comments