Skip to content

Commit 811e30b

Browse files
committed
Require PyAV 15 or greater
1 parent ce27885 commit 811e30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [{ name = "WyattBlue", email = "[email protected]" }]
1010
requires-python = ">=3.10,<3.14"
1111
dependencies = [
1212
"numpy>=2,<3.0",
13-
"av>=15.0.0rc1,<16",
13+
"av>=15.0,<16",
1414
]
1515
keywords = [
1616
"video", "audio", "media", "editor", "editing",

0 commit comments

Comments
 (0)