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]