From 1eff547af293acf05ed2c22da0f41a1206d066d8 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/recipe.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/recipe.yaml b/conda/recipe.yaml index 459061638d..36543fc72e 100644 --- a/conda/recipe.yaml +++ b/conda/recipe.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 - eigen - mpfr