Skip to content

Commit 49e3431

Browse files
[MNT] Update numba requirement in the python-packages group
Updates the requirements on [numba](https://github.com/numba/numba) to permit the latest version. Updates `numba` to 0.62.1 - [Release notes](https://github.com/numba/numba/releases) - [Commits](numba/numba@0.55.0...0.62.1) --- updated-dependencies: - dependency-name: numba dependency-version: 0.62.1 dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d73d46d commit 49e3431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ classifiers = [
4545
requires-python = ">=3.10,<3.14"
4646
dependencies = [
4747
"deprecated>=1.2.13",
48-
"numba>=0.55,<0.62.0",
48+
"numba>=0.55,<0.63.0",
4949
"numpy>=1.21.0,<2.3.0",
5050
"packaging>=20.0",
5151
"pandas>=2.0.0,<2.4.0",

0 commit comments

Comments
 (0)