Skip to content

Commit

Permalink
pip prod(deps): bump numpy from 2.1.3 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 2.1.3 to 2.2.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.1.3...v2.2.0)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 4bbeecb commit 035e42c
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 @@ -34,8 +34,8 @@ dev = [
"pyright==1.1.390",
]
gui = ["textual==0.89.1", "pyclip==0.7"]
jax = ["jax==0.4.36", "numpy==2.1.3"]
onnx = ["onnx==1.17.0", "numpy==2.1.3"]
jax = ["jax==0.4.36", "numpy==2.2.0"]
onnx = ["onnx==1.17.0", "numpy==2.2.0"]
riscv = ["riscemu==2.2.7"]
wgpu = ["wgpu==0.19.2"]

Expand Down

0 comments on commit 035e42c

Please sign in to comment.