From 8a9c64504915f16123975c3a5de4817b47655b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:20:23 +0000 Subject: [PATCH] build(deps): update numexpr requirement Updates the requirements on [numexpr](https://github.com/pydata/numexpr) to permit the latest version. - [Release notes](https://github.com/pydata/numexpr/releases) - [Changelog](https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst) - [Commits](https://github.com/pydata/numexpr/compare/v2.9.0...v2.10.1) --- updated-dependencies: - dependency-name: numexpr 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 6d132c1c..538d9f6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ astropy>=6.1.2,<6.2.0 matplotlib>=3.9.1,<3.10.0 -numexpr>=2.9.0,<2.10.0 +numexpr>=2.9.0,<2.11.0 numpy>=2.1.0,<2.2.0 scipy>=1.14.1,<1.15.0