From e577f4bdb4773181f7fdbd3b7ed731d3ec4f9b3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 10:40:36 +0000 Subject: [PATCH] build(deps): update astropy requirement Updates the requirements on [astropy](https://github.com/astropy/astropy) to permit the latest version. - [Release notes](https://github.com/astropy/astropy/releases) - [Changelog](https://github.com/astropy/astropy/blob/main/docs/changelog.rst) - [Commits](https://github.com/astropy/astropy/compare/v6.1.2...v7.0.0) --- updated-dependencies: - dependency-name: astropy 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 538d9f6f..89fc376e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -astropy>=6.1.2,<6.2.0 +astropy>=6.1.2,<7.1.0 matplotlib>=3.9.1,<3.10.0 numexpr>=2.9.0,<2.11.0 numpy>=2.1.0,<2.2.0