Skip to content

Commit 78a8301

Browse files
committed
Merge pull request #241 in LCL/wolframclientforpython from feature/python-array to master
* commit '4240af2a73d58dfd5989c82a7ebaa7d9693fd97f': updating pandas
2 parents f4709eb + 4240af2 commit 78a8301

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.4.4")

0 commit comments

Comments
 (0)