We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edad36f + 78a8301 commit ec389c6Copy full SHA for ec389c6
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.6.2")
0 commit comments