Skip to content

Commit b360c4a

Browse files
committed
fix: fix pillow version for mypy checks
1 parent 11e42ab commit b360c4a

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
@@ -18,7 +18,7 @@ dependencies = [
1818
"numpy",
1919
"soundfile",
2020
"scipy",
21-
"pillow",
21+
"pillow==10.3.0",
2222
"tqdm",
2323
"pandas",
2424
"pandarallel",

0 commit comments

Comments
 (0)