From bb48d4aac1dee5a581426e4e241991caead4b019 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Wed, 10 May 2023 20:43:22 +0200 Subject: [PATCH] Update meta.yaml pin daily conda builds to occt 7.7.0 --- conda/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 61476901d2..38c4d2bbc5 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -24,7 +24,7 @@ requirements: host: - python - boost-cpp - - occt + - occt ==7.7.0 - libxml2 - cgal-cpp - hdf5 @@ -37,7 +37,7 @@ requirements: run: - python - boost-cpp - - {{ pin_compatible('occt', max_pin='x.x.x') }} + - occt ==7.7.0 - libxml2 - cgal-cpp - hdf5