Skip to content

Commit

Permalink
build(deps): update av requirement from <14 to <15
Browse files Browse the repository at this point in the history
Updates the requirements on [av](https://github.com/PyAV-Org/PyAV) to permit the latest version.
- [Changelog](https://github.com/PyAV-Org/PyAV/blob/main/CHANGELOG.rst)
- [Commits](PyAV-Org/PyAV@v0.1.0...v14.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 11, 2025
1 parent ea9a904 commit c5b4e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ hf = [
"datasets[audio,vision]>=2.21.0"
]
video = [
# Use 'av<14' because of incompatibility with imageio
# Use 'av<15' because of incompatibility with imageio
# See https://github.com/PyAV-Org/PyAV/discussions/1700
"av<14",
"av<15",
"ffmpeg-python",
"imageio[ffmpeg]",
"opencv-python"
Expand Down

0 comments on commit c5b4e6e

Please sign in to comment.