Update numpy requirement from <1.25.0,>=1.23.1 to >=1.23.1,<1.26.0 (#30)

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](https://github.com/numpy/numpy/compare/v1.23.1...v1.25.0)

---
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>
This commit is contained in:
dependabot[bot] 2023-06-19 18:09:43 +08:00 committed by GitHub
parent 2fda40879b
commit aafd10e9e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ dependencies = [
"opencv-python>=4.1.2",
"Pillow>=9.2,<9.6",
"scikit-learn>=1.1.1,<1.3.0",
"numpy>=1.23.1,<1.25.0"
"numpy>=1.23.1,<1.26.0"
]
dynamic = ["version"]