Skip to content

Commit e2511f9

Browse files
committed
try pinned numpy to fix test env failure
1 parent 1afd066 commit e2511f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
"graphviz",
3232
"ipython!=8.7.0",
3333
"matplotlib>=3.5.3",
34-
"numpy",
34+
"numpy<1.26.0",
3535
"pandas",
3636
"patsy",
3737
"pymc>=5.0.0",

0 commit comments

Comments
 (0)