limit numpy to <2.0 (Fixes #1)

This commit is contained in:
Markus Rosenstihl
2026-03-09 13:37:18 +01:00
parent 28e6c9d1a0
commit 8e1245e0f0
+2 -2
View File
@@ -19,8 +19,8 @@ zip_safe = True
include_package_data = True include_package_data = True
install_requires = install_requires =
scipy >= 0.14.0 scipy >= 0.14.0
numpy >= 1.8.2 numpy (>= 1.8.2 , < 2.0)
tables >= 3.1.1 tables >= 3.1.1
matplotlib (>= 1.4.1, <= 3.6) matplotlib (>= 1.4.1, <= 3.6)
pyxdg pyxdg
PyGObject >= 3.14.0 PyGObject (>= 3.14.0, <= 3.51.0) # girepository2.0-dev not available on bookworm