Skip to content

Commit fae778c

Browse files
Bump the python-production group with 2 updates
Bumps the python-production group with 2 updates: [numba](https://github.com/numba/numba) and [llvmlite](https://github.com/numba/llvmlite). Updates `numba` from 0.59.1 to 0.60.0 - [Release notes](https://github.com/numba/numba/releases) - [Commits](numba/numba@0.59.1...0.60.0) Updates `llvmlite` from 0.42.0 to 0.43.0 - [Release notes](https://github.com/numba/llvmlite/releases) - [Commits](numba/llvmlite@v0.42.0...v0.43.0) --- updated-dependencies: - dependency-name: numba dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-production - dependency-name: llvmlite dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8b17580 commit fae778c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dependencies = ["typing-extensions", "black", "graphviz", "anywidget"]
3333
array = [
3434
"scikit-learn",
3535
"array_api_compat",
36-
"numba==0.59.1",
37-
"llvmlite==0.42.0",
36+
"numba==0.60.0",
37+
"llvmlite==0.43.0",
3838
]
3939
dev = [
4040
"ruff",

0 commit comments

Comments
 (0)