Skip to content

Commit

Permalink
build(deps): update onnxruntime requirement from <1.19,>=1.12.0 to >=…
Browse files Browse the repository at this point in the history
…1.12.0,<1.20 in /requirements (#2692)

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

Updates the requirements on [onnxruntime](https://github.com/microsoft/onnxruntime) to permit the latest version.
- [Release notes](https://github.com/microsoft/onnxruntime/releases)
- [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md)
- [Commits](microsoft/onnxruntime@v1.12.0...v1.19.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* bump numpy

* try again

* Apply suggestions from code review

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nicki Skafte <[email protected]>
Co-authored-by: Jirka Borovec <[email protected]>
  • Loading branch information
3 people authored Sep 2, 2024
1 parent 0313c6b commit 35eb342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/audio.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ pystoi >=0.4.0, <0.5.0
torchaudio >=0.10.0, <2.5.0
gammatone >=1.0.0, <1.1.0
librosa >=0.9.0, <0.11.0
onnxruntime >=1.12.0, <1.19 # installing onnxruntime_gpu-gpu failed on macos
onnxruntime >=1.12.0, <1.20 # installing onnxruntime_gpu-gpu failed on macos
requests >=2.19.0, <2.33.0
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment

numpy >1.20.0
numpy >1.20.0, <2.0 # strict, for compatibility reasons
packaging >17.1
torch >=1.10.0, <2.5.0
typing-extensions; python_version < '3.9'
Expand Down

0 comments on commit 35eb342

Please sign in to comment.