From 90e3821eed12a10ba9b0e7c163d17e20e58b5b0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 06:21:49 +0000 Subject: [PATCH] Update numba requirement from <0.58,>=0.55.1 to >=0.55.1,<0.59 Updates the requirements on [numba](https://github.com/numba/numba) to permit the latest version. - [Release notes](https://github.com/numba/numba/releases) - [Commits](https://github.com/numba/numba/compare/0.55.1...0.58.0) --- updated-dependencies: - dependency-name: numba 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 7176170e..5631c03d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ requires-python = ">=3.10,<3.12" dependencies = [ "bottleneck >= 1.3,< 1.3.8", - "numba >= 0.55.1,<0.58", + "numba >= 0.55.1,< 0.59", "numexpr >= 2.8, < 2.8.8", "numpy >= 1.18.5,<2", "pandas >= 1.4,< 2.2",