From 8e1245e0f0f31f102a5a6cd405b635ff42aa2acd Mon Sep 17 00:00:00 2001 From: Markus Rosenstihl Date: Mon, 9 Mar 2026 13:37:18 +0100 Subject: [PATCH] limit numpy to <2.0 (Fixes #1) --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7ba2d5a..e69ebeb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,8 +19,8 @@ zip_safe = True include_package_data = True install_requires = scipy >= 0.14.0 - numpy >= 1.8.2 + numpy (>= 1.8.2 , < 2.0) tables >= 3.1.1 matplotlib (>= 1.4.1, <= 3.6) pyxdg - PyGObject >= 3.14.0 + PyGObject (>= 3.14.0, <= 3.51.0) # girepository2.0-dev not available on bookworm