From 58b475f6d7b669b72cfe40bd17f601998e7bf7fd Mon Sep 17 00:00:00 2001 From: Jason Preszler Date: Sun, 17 Sep 2023 15:01:07 -0700 Subject: [PATCH] try pinned numpy to fix test env failure --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 118fd599..50cc841a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "graphviz", "ipython!=8.7.0", "matplotlib>=3.5.3", - "numpy", + "numpy==1.25.2", "pandas", "patsy", "pymc>=5.0.0",