Skip to content

Commit 78c04e8

Browse files
committed
Pin NumPy to <2.0 for ArviZ 0.18 compatibility
ArviZ 0.18 requires numpy<2.0 but conda-forge's recent NumPy 2.0 migration caused CI failures. This pins NumPy to 1.x to restore compatibility with the current ArviZ constraint (<=0.18). Fixes daily CI failures that started on Nov 7, 2025.
1 parent 068d9ba commit 78c04e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CondaPkg.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ pandas = ""
33
matplotlib = ""
44
xarray = ""
55
arviz = ">=0.15.0,<=0.18"
6+
numpy = ">=1.23,<2.0"

0 commit comments

Comments
 (0)