From b35b831a619cdc2af6000f2b18385ac962f3acf1 Mon Sep 17 00:00:00 2001 From: Benjamin Gallusser Date: Mon, 17 Jun 2024 11:57:52 +0200 Subject: [PATCH] Pin numpy<2 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index d8216d1..7349308 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,7 @@ classifiers = [options] packages = find: install_requires = + numpy<2 matplotlib scipy pandas