Commit 15099b0
committed
Pin DimensionalData to exclude v0.29.25
DimensionalData v0.29.25 (released Nov 6, 2025) introduced a CondaPkg.toml
that requires Python 3.13, which conflicts with ArviZ 0.18's requirement
for Python 3.10-3.12. This caused DimensionalDataPythonCallExt to fail
precompilation when both packages' CondaPkg requirements couldn't be
simultaneously satisfied.
The fix in DimensionalData (PR #1135) was merged on Nov 11, 2025 to move
CondaPkg.toml to test/, but hasn't been released yet. This pins
DimensionalData to 0.29.0-0.29.24 to exclude the problematic version.
Fixes daily CI failures that started on Nov 7, 2025.1 parent 068d9ba commit 15099b0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments