Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
build(deps): update numpy requirement from <1.24 to <1.26 in /require…
Browse files Browse the repository at this point in the history
…ments (#1634)

* build(deps): update numpy requirement in /requirements

Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v0.2.0...v1.25.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Nite

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and Borda authored Jul 10, 2023
1 parent 1af0961 commit 77ef2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/datatype_audio.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NOTE: all pins for latest are for CI consistency unless it is `strict`, then it is also forced in setup

numpy <1.24 # strict - freeze for strange failing with required `padding=True`
numpy <1.26
torchaudio <=2.0.2
torchvision <=0.15.2
librosa >=0.8.1, <=0.10.0.post2
Expand Down

0 comments on commit 77ef2c9

Please sign in to comment.