Skip to content

Commit

Permalink
Fix requirements. (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtopper authored Aug 5, 2021
1 parent b075b2e commit 6adba3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/py/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
googleapis-common-protos>=1.5.3
# Can be loosened, but grpcio 1.34.0 must not be used as it segfaults (1.34.1 ok).
grpcio-tools>=1.30<1.33
grpcio>=1.30<1.33
grpcio-tools>=1.30,<1.33
grpcio>=1.30,<1.33
pandas>=0.23.4
requests>=2.19.1

0 comments on commit 6adba3e

Please sign in to comment.