Skip to content

Commit

Permalink
chore(deps): pin ipython to v7.17.0 for samples, python >= 3.7 (#208)
Browse files Browse the repository at this point in the history
Co-authored-by: Tres Seaver <tseaver@palladion.com>
Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
  • Loading branch information
3 people authored Aug 5, 2020
1 parent b842fb5 commit af2c987
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
google-cloud-bigquery[pandas,bqstorage,pyarrow]==1.26.1
google-auth-oauthlib==0.4.1
ipython==7.16.1
ipython==7.16.1; python_version < '3.7'
ipython==7.17.0; python_version >= '3.7'
matplotlib==3.3.0
pytz==2020.1

0 comments on commit af2c987

Please sign in to comment.