From a74a388e5ae8df48f90b874dbce5d42c61d2c7ba Mon Sep 17 00:00:00 2001 From: Bradley Sappington Date: Mon, 12 Aug 2024 17:08:49 -0400 Subject: [PATCH] min pin numexpr --- pyproject.toml | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6f265f3a..667fc682 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ authors = [ ] requires-python = ">=3.10" dependencies = [ + "numexpr>=2.9.0", "numpy>=1.20.0", "scipy>=1.5.0", "matplotlib>=3.2.0", diff --git a/requirements.txt b/requirements.txt index b435cf75..38f91ba2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ astropy==6.1.2 matplotlib==3.9.1 +numexpr>=2.9.0 numpy==2.0.1 scipy==1.14.0