Skip to content

Commit

Permalink
Merge pull request #310 from brucehoff/SYNR-1492
Browse files Browse the repository at this point in the history
SYNR-1492 update pandas dependency
  • Loading branch information
brucehoff authored Sep 6, 2022
2 parents da2b301 + cf44f04 commit a8ed0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/python/installPythonClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def main(path):
# the least error prone way to install packages at runtime is by invoking
# pip via a subprocess, although it's not straightforward to do so here.
for package in (
'pandas==0.22',
'pandas==1.1.5',

# we install requests up front because it's a dependency of synapseclient anyway
# but also comes with certifi which will give us some root CA certs which aren't
Expand Down

0 comments on commit a8ed0e4

Please sign in to comment.