Skip to content

Commit

Permalink
build(deps): update numpy requirement from <1.25.0 to <1.27.0 in /req…
Browse files Browse the repository at this point in the history
…uirements (#2532)

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@v1.20.1...v1.26.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 9c20c75)
  • Loading branch information
dependabot[bot] authored and Borda committed May 15, 2024
1 parent 1e54cdd commit 68f21b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/classification_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

pandas >=1.4.0, <=2.0.3
netcal >1.0.0, <=1.3.5 # calibration_error
numpy <1.25.0
numpy <1.27.0
fairlearn # group_fairness
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.23.2
kornia >=0.6.7, <0.8.0
pytorch-msssim ==1.0.0
sewar >=0.4.4, <=0.4.6
numpy <1.25.0
numpy <1.27.0
torch-fidelity @ git+https://github.com/toshas/torch-fidelity@master
lpips <=0.1.4

0 comments on commit 68f21b7

Please sign in to comment.