Skip to content

Commit

Permalink
Bump the python-production group with 2 updates
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 12d8d5f commit 8480ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ dependencies = ["typing-extensions", "black", "graphviz", "anywidget"]
array = [
"scikit-learn",
"array_api_compat",
"numba==0.59.1",
"llvmlite==0.42.0",
"numba==0.60.0",
"llvmlite==0.43.0",
]
dev = ["pre-commit", "ruff", "mypy", "anywidget[dev]", "egglog[docs,test]"]

Expand Down

0 comments on commit 8480ed6

Please sign in to comment.