We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc26be3 commit 45b07a4Copy full SHA for 45b07a4
1 file changed
wolframclient/cli/commands/test.py
@@ -16,7 +16,7 @@ def dependencies():
16
17
if not six.JYTHON:
18
yield ("numpy", not six.PY2 and "1.15.3" or None)
19
- yield ("pillow", "5.3.0")
+ yield ("pillow", "7.1.2")
20
yield ("requests", "2.20.0")
21
yield ("oauthlib", "2.1.0")
22
yield ("pyzmq", "17.1.2")
0 commit comments