From dbc1f2501f7c598754b772458713e13b1f468465 Mon Sep 17 00:00:00 2001 From: Daniel Gilman Date: Thu, 25 Apr 2024 18:08:34 -0500 Subject: [PATCH] update requirements to avoid numpy dep. error with np.float --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 13d48a8..f2cd4c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ tox==4.12.1 coverage==4.5.1 Sphinx==1.7.1 twine==1.10.0 -numpy<=1.24 +numpy<=1.23 astropy>=2.0 scipy>=0.19.1 colossus>=1.3.1