We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0a405 commit 4240af2Copy full SHA for 4240af2
1 file changed
wolframclient/cli/commands/test.py
@@ -20,7 +20,7 @@ def dependencies():
20
yield ("requests", "2.20.0")
21
yield ("oauthlib", "2.1.0")
22
yield ("pyzmq", "17.1.2")
23
- yield ("pandas", "0.23.4")
+ yield ("pandas", "1.0.4")
24
yield ("unittest-xml-reporting", None)
25
if not six.PY2:
26
yield ("aiohttp", "3.4.4")
0 commit comments