Skip to content

Commit

Permalink
build(deps): update numpy requirement from <2.0 to <3.0 in /requirements
Browse files Browse the repository at this point in the history
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@v1.20.1...v2.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 8ad319b commit a0e566e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/audio.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# this need to be the same as used inside speechmetrics
pesq >=0.0.4, <0.0.5
numpy <2.0 # strict, for compatibility reasons
numpy <3.0 # strict, for compatibility reasons
pystoi >=0.4.0, <0.5.0
torchaudio >=2.0.1, <2.6.0
gammatone >=1.0.0, <1.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/classification_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

pandas >1.4.0, <=2.2.3
netcal >1.0.0, <1.4.0 # calibration_error
numpy <2.2.0
numpy <2.3.0
fairlearn # group_fairness
PyTDC ==0.4.1 ; python_version <"3.12" # locauc, temporal_dependency
2 changes: 1 addition & 1 deletion requirements/image_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ scikit-image >=0.19.0, <0.26.0
kornia >=0.6.7, <0.8.0
pytorch-msssim ==1.0.0
sewar >=0.4.4, <=0.4.6
numpy <2.2.0
numpy <2.3.0
torch-fidelity @ git+https://github.com/toshas/torch-fidelity@master
lpips <=0.1.4

0 comments on commit a0e566e

Please sign in to comment.