Skip to content

Commit

Permalink
chore(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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent d186361 commit f1f2db4
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 @@ -3,7 +3,7 @@ requires = [
"setuptools",

# Cython and numpy are needed when running setup.py, to build extensions
"numpy==2.1.3",
"numpy==2.2.0",
"Cython==3.0.11",
]
build-backend = "setuptools.build_meta"
Expand Down Expand Up @@ -35,7 +35,7 @@ dependencies = [
"sounddevice==0.5.1",
"rtmixer==0.1.7",
"docutils==0.21.2",
"numpy==2.1.3",
"numpy==2.2.0",
"PyQt5==5.15.11",
"platformdirs==4.3.6",
"pyrr==0.10.3",
Expand Down

0 comments on commit f1f2db4

Please sign in to comment.