1# Numba/llvmlite stack needs an older compiler for backwards compatability. 2c_compiler_version: # [linux or osx] 3 - 11 # [linux] 4 - 19 # [osx] 5 6cxx_compiler_version: # [linux or osx] 7 - 11 # [linux] 8 - 19 # [osx] 9 10fortran_compiler_version: # [linux] 11 - 11 # [linux] 12 13c_compiler: # [win] 14 - vs2022 # [win] 15cxx_compiler: # [win] 16 - vs2022 # [win] 17 18