From eac88a9af71bb182305301d5c6ca23e675c71cc2 Mon Sep 17 00:00:00 2001 From: alexandergagliano Date: Fri, 28 Jun 2024 13:51:39 -0400 Subject: [PATCH] downgrade numpy further --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 513023c..adfffeb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,8 @@ install_requires = pytest pandas scikit-learn<1.3.0 - numpy==1.19.0 + Cython==0.29.37 + numpy==1.18.5 --no-build-isolation mastcasjobs seaborn matplotlib