From da42b7b4254880a8ac546814356da21734187d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 05:20:48 +0000 Subject: [PATCH] Update numexpr requirement from <2.8.9,>=2.8 to >=2.8,<2.9.1 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.8.0...v2.9.0) --- updated-dependencies: - dependency-name: numexpr dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bee6edfc..2a6bebe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ requires-python = ">=3.10,<3.12" dependencies = [ "bottleneck >= 1.3,< 1.3.8", "numba >= 0.55.1,< 0.59", - "numexpr >= 2.8, < 2.8.9", + "numexpr >= 2.8, < 2.9.1", "numpy >= 1.18.5,<2", "pandas >= 1.4,< 2.3", "pandera >= 0.12, < 0.19",