From 62a79bc95bc96a1523911afbad165d96b0367c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 10:46:10 +0000 Subject: [PATCH] build(deps): update numpy requirement Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.1.0...v2.2.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5a16f3d2..87ecc443 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ astropy>=6.1.2,<7.1.0 ipython>=8.27.0,<8.31.0 matplotlib>=3.9.1,<3.10.0 -numpy>=2.1.0,<2.2.0 +numpy>=2.1.0,<2.3.0 photutils>=1.13.0,<2.1.0 poppy>=1.0.0 pysiaf>=0.23.3,<0.25.0