From ab8b44a28070db16398114d50bf46a81feec5044 Mon Sep 17 00:00:00 2001 From: Bradley Sappington Date: Fri, 22 Nov 2024 16:18:10 -0500 Subject: [PATCH] update photutils upper bound --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d7398144..9c20212b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "scipy>=1.5.0", "matplotlib>=3.2.0", "astropy>=5.1.0", - "photutils>=1.10.0,<2.0.0", + "photutils>=1.10.0", "poppy>=1.0.0", "pysiaf>=0.19.1", "synphot>=1.0.0", diff --git a/requirements.txt b/requirements.txt index f01c451f..35b162ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ astropy>=6.1.2,<6.2.0 ipython>=8.27.0,<8.30.0 matplotlib>=3.9.1,<3.10.0 numpy>=2.1.0,<2.2.0 -photutils>=1.13.0,<2.0.0 +photutils>=1.13.0,<2.1.0 poppy>=1.0.0 pysiaf>=0.22.0,<0.24.0 scipy>=1.14.0,<1.15.0