From 7c9381875c5ac7fac4e0bbf7436551f9d7a0cdb6 Mon Sep 17 00:00:00 2001 From: rnmitchell Date: Tue, 2 Jul 2024 13:37:46 -0400 Subject: [PATCH] pinning numpy version --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ae8d082..f7e873d 100755 --- a/setup.py +++ b/setup.py @@ -46,6 +46,7 @@ "snakemake>=7.22,<8.0", "pyyaml>=6.0", "matplotlib>=3.8", + "numpy==1.26.4", "streamlit>=1.31.0", "streamlit_option_menu>=0.3.12", ],