Skip to content

Commit 15099b0

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1818
[compat]
1919
ArviZExampleData = "0.1.5"
2020
CondaPkg = "0.2"
21-
DimensionalData = "0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29"
21+
DimensionalData = "0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29.0-0.29.24"
2222
InferenceObjects = "0.4.13"
2323
Markdown = "1"
2424
OrderedCollections = "1"

0 commit comments

Comments
 (0)