From ba2ca2d8fe580a4da88be85a69c0237d46329da4 Mon Sep 17 00:00:00 2001 From: David A Minton Date: Wed, 31 Jan 2024 19:45:40 -0500 Subject: [PATCH] Adjusted version of numpy to work with python 3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8480e7b2..da9638d5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers=[ ] keywords=['astronomy','astrophysics', 'planetary', 'n-body', 'integrator', 'symplectic', 'wisdom-holman', 'symba'] dependencies = [ - 'numpy>=1.26', + 'numpy>=1.23', 'scipy>=1.10', 'xarray>=2023.1', 'dask>=2023.5',