Skip to content

Commit 8480ed6

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 12d8d5f commit 8480ed6

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
@@ -32,8 +32,8 @@ dependencies = ["typing-extensions", "black", "graphviz", "anywidget"]
3232
array = [
3333
"scikit-learn",
3434
"array_api_compat",
35-
"numba==0.59.1",
36-
"llvmlite==0.42.0",
35+
"numba==0.60.0",
36+
"llvmlite==0.43.0",
3737
]
3838
dev = ["pre-commit", "ruff", "mypy", "anywidget[dev]", "egglog[docs,test]"]
3939

0 commit comments

Comments
 (0)