From 6155ba01ba9d71ebb8f49b51a2b5981f1f4e4fb5 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Sat, 18 May 2024 10:47:08 +1100 Subject: [PATCH] tighten run-exported libarrow 16 constraints to minor level --- recipe/patch_yaml/libarrow.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipe/patch_yaml/libarrow.yaml diff --git a/recipe/patch_yaml/libarrow.yaml b/recipe/patch_yaml/libarrow.yaml new file mode 100644 index 000000000..530eddedf --- /dev/null +++ b/recipe/patch_yaml/libarrow.yaml @@ -0,0 +1,8 @@ +# need to tighten run-export from major to minor, see +# https://github.com/conda-forge/arrow-cpp-feedstock/pull/1409 +if: + has_depends: libarrow >=16.0.0,<17.0a0 +then: + - tighten_depends: + name: libarrow + upper_bound: "16.1"