From 2d34896a0ae35ebf0d378331e430147c7f242ba8 Mon Sep 17 00:00:00 2001 From: Philip Cook Date: Mon, 26 Aug 2024 08:57:02 -0400 Subject: [PATCH] COMP: downgrade numpy for arm64 Latest numpy and statsmodels don't play nicely together --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7f74713..d8283185 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ dependencies = [ "pandas", "pyyaml", - "numpy", + "numpy==2.0.1", "statsmodels", "webcolors", "matplotlib",