From c7b4033f6f032544c83ddf5ed0bf167d49329fc9 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Thu, 29 May 2025 21:18:19 +0200 Subject: [PATCH] Update conda_build_config.yaml try to fix conda daily --- conda/conda_build_config.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/conda/conda_build_config.yaml b/conda/conda_build_config.yaml index 83e1c4c03c..47b843ee31 100644 --- a/conda/conda_build_config.yaml +++ b/conda/conda_build_config.yaml @@ -1,3 +1,6 @@ +python: + - 3.12 + occt: - 7.8.1 @@ -28,7 +31,7 @@ hdf5: libboost_devel: - '1.86' libxml2: -- '2' +- 2.13 mpfr: - '4' gmp: @@ -52,4 +55,4 @@ MACOSX_DEPLOYMENT_TARGET: # [osx] - 10.13 # [osx and x86_64] CONDA_BUILD_SYSROOT: # [osx] - - "/Users/runner/work/MacOSX10.13.sdk" # [osx and x86_64] \ No newline at end of file + - "/Users/runner/work/MacOSX10.13.sdk" # [osx and x86_64]