Skip to content

Commit

Permalink
chore(deps): bump numpy from 2.1.2 to 2.1.3
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 2.1.2 to 2.1.3.
- [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.2...v2.1.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tlecomte committed Nov 17, 2024
1 parent f4b68db commit d186361
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.2",
"numpy==2.1.3",
"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.2",
"numpy==2.1.3",
"PyQt5==5.15.11",
"platformdirs==4.3.6",
"pyrr==0.10.3",
Expand Down

0 comments on commit d186361

Please sign in to comment.