From 5027c1a62c9bad1cef87ea3dbe9de27d2a500f71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 10:11:16 +0000 Subject: [PATCH] build(deps): update pysiaf requirement Updates the requirements on [pysiaf](https://github.com/spacetelescope/pysiaf) to permit the latest version. - [Release notes](https://github.com/spacetelescope/pysiaf/releases) - [Changelog](https://github.com/spacetelescope/pysiaf/blob/main/CHANGES.rst) - [Commits](https://github.com/spacetelescope/pysiaf/compare/v0.22.0...v0.24.1) --- updated-dependencies: - dependency-name: pysiaf 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 35b162ca..1f33e09a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ matplotlib>=3.9.1,<3.10.0 numpy>=2.1.0,<2.2.0 photutils>=1.13.0,<2.1.0 poppy>=1.0.0 -pysiaf>=0.22.0,<0.24.0 +pysiaf>=0.22.0,<0.25.0 scipy>=1.14.0,<1.15.0 synphot>=1.4.0,<1.5.0 astroquery>=0.4.7,<0.5.0