Skip to content

Commit 4c4b012

Browse files
committed
Bump minimum numpy version
1 parent 6688efa commit 4c4b012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = { text = "Unlicense" }
99
authors = [{ name = "WyattBlue", email = "wyattblue@auto-editor.com" }]
1010
requires-python = ">=3.10"
1111
dependencies = [
12-
"numpy>=1.22.0",
12+
"numpy>=1.23.0",
1313
"pyav==12.2.*",
1414
"ae-ffmpeg==1.2.*",
1515
]

0 commit comments

Comments
 (0)