Skip to content

Commit ec389c6

Browse files
committed
Merge branch 'master' into feature/dependencies
2 parents edad36f + 78a8301 commit ec389c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolframclient/cli/commands/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def dependencies():
2020
yield ("requests", "2.20.0")
2121
yield ("oauthlib", "2.1.0")
2222
yield ("pyzmq", "17.1.2")
23-
yield ("pandas", "0.23.4")
23+
yield ("pandas", "1.0.4")
2424
yield ("unittest-xml-reporting", None)
2525
if not six.PY2:
2626
yield ("aiohttp", "3.6.2")

0 commit comments

Comments
 (0)