From a1f449c5b16017e97c546575646a5dc062a12d9f Mon Sep 17 00:00:00 2001 From: Maxx Tessmer Date: Tue, 20 May 2025 22:25:43 -0700 Subject: [PATCH] Bump minimum numpy version to be compatible with reconstructed rotlibs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 102e606..e626412 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors=[{name = 'Maxx Tessmer', email='mhtessmer@gmail.com'}, keywords=['Spin-label', 'EPR', 'DEER', 'PELDOR', 'Side-chain'] dynamic = ["version"] requires-python = ">= 3.8,<3.13" -dependencies = ['numpy>=1.23.0', +dependencies = ['numpy>=1.26.4', 'scipy>=1.6.3', 'matplotlib>=3.3.4', 'numba>=0.55.0',