From fc7edad74647193708ad595ccdfc959fb899b80b Mon Sep 17 00:00:00 2001 From: John Moustakas Date: Thu, 12 Dec 2024 16:37:18 -0500 Subject: [PATCH] pin at numpy<2 --- pyproject.toml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 77a89618..c123fec3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastspecfit" -version = "3.1.2" +version = "3.1.1" authors = [ {name="John Moustakas", email="jmoustakas@siena.edu"}, ] @@ -18,7 +18,7 @@ classifiers = [ "Topic :: System :: Software Distribution", ] dependencies = [ - "numpy", + "numpy<2", # desiutil pinned at <2 "astropy", "scipy", "healpy", diff --git a/requirements.txt b/requirements.txt index e624517a..58725d91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy +numpy<2 astropy scipy healpy @@ -9,4 +9,4 @@ fitsio speclite git+https://github.com/desihub/desimodel.git@0.19.2 git+https://github.com/desihub/desitarget.git@2.8.0 -git+https://github.com/desihub/desispec.git@0.67.0 +git+https://github.com/desihub/desispec.git@0.68.1