From b465491f226d9e07fffd4e59cd0affc9284521ca Mon Sep 17 00:00:00 2001 From: Kevin Johnson Date: Sun, 23 Jun 2024 17:50:16 -0700 Subject: [PATCH] Update setup.py numpy version fix #799 --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0dc65944..d79a5015 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,10 @@ package_data={ "data": ["data/*.csv"], }, - install_requires=["pandas"], + install_requires=[ + "numpy==1.26.4", + "pandas" + ], # List additional groups of dependencies here (e.g. development dependencies). # You can install these using the following syntax, for example: # $ pip install -e .[dev,test]