pixi: pin compilers to 1.10 to avoid libcxx 19 compile failures.

This commit is contained in:
Jacob Oursland
2025-07-23 12:30:44 -07:00
parent fe624f2c3a
commit 7225f81da6
2 changed files with 1145 additions and 1105 deletions

View File

@@ -13,7 +13,7 @@ calculix = "*"
ccache = "*"
cmake = "*"
coin3d = "*"
compilers = "*"
compilers = ">=1.10,<1.11"
conda-devenv = "*"
debugpy = "*"
docutils = "*"