From 4c8007dcfe9e80a2f28f18f6432bf565b07bd44b Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Fri, 11 Aug 2023 08:44:25 +0200 Subject: [PATCH] Update meta.yaml pin compatible boost, occt and cgal-cpp --- conda/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 38c4d2bbc5..5afdd5a56c 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -36,10 +36,10 @@ requirements: run: - python - - boost-cpp - - occt ==7.7.0 + - {{ pin_compatible('occt', max_pin='x.x.x') }} + - {{ pin_compatible('cgal-cpp', max_pin='x.x.x') }} + - {{ pin_compatible('boost-cpp', max_pin='x.x.x') }} - libxml2 - - cgal-cpp - hdf5 - mpfr - gmp # [unix]