From 227c40eb897a1929bc4fd850ab13b2b71b2a465f Mon Sep 17 00:00:00 2001 From: golmschenk Date: Tue, 9 Jul 2024 17:32:28 -0400 Subject: [PATCH] Temporarily restrict NumPy 2.0 until dependencies have been updated --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe9d222..1701770 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ packages = [ dependencies = [ "retrying>=1.3.4", "tenacity>=8.1.0", - "numpy>=1.24.1", + "numpy>=1.24.1,<2.0.0", "pandas>=1.5.3", "astropy>=5.2.1", "astroquery>=0.4.6",