Skip to content

Commit 6e298de

Browse files
committed
Update requirements
1 parent df9fde8 commit 6e298de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ dependencies = [
4949
"networkx==3.4.2; python_version == '3.10'",
5050
"networkx==3.5; python_version > '3.10'",
5151
"pefile==2024.8.26",
52-
"pillow==12.0.0",
52+
"pillow==11.3.0; python_version < '3.10'",
53+
"pillow==12.0.0; python_version > '3.9'",
5354
"promise==2.3",
5455
"pylibemu==1.0",
5556
"pymongo==4.15.3",

0 commit comments

Comments
 (0)