We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9fde8 commit 6e298deCopy full SHA for 6e298de
pyproject.toml
@@ -49,7 +49,8 @@ dependencies = [
49
"networkx==3.4.2; python_version == '3.10'",
50
"networkx==3.5; python_version > '3.10'",
51
"pefile==2024.8.26",
52
- "pillow==12.0.0",
+ "pillow==11.3.0; python_version < '3.10'",
53
+ "pillow==12.0.0; python_version > '3.9'",
54
"promise==2.3",
55
"pylibemu==1.0",
56
"pymongo==4.15.3",
0 commit comments