From 6a8b94a45a996d9ce3484dc9a5640972fda6b8ff Mon Sep 17 00:00:00 2001 From: Philip Cook Date: Mon, 26 Aug 2024 09:23:37 -0400 Subject: [PATCH] COMP: Need <= to build on older Python --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d8283185..3f1fd092 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ dependencies = [ "pandas", "pyyaml", - "numpy==2.0.1", + "numpy<=2.0.1", "statsmodels", "webcolors", "matplotlib",