Skip to content

Commit 023b513

Browse files
renovate-bottseaverTakashi Matsuo
authored andcommitted
chore(deps): pin ipython to v7.17.0 for samples, python >= 3.7 (googleapis#208)
Co-authored-by: Tres Seaver <tseaver@palladion.com> Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
1 parent 9ceeafc commit 023b513

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

samples/snippets/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
google-cloud-bigquery[pandas,bqstorage,pyarrow]==1.26.1
22
google-auth-oauthlib==0.4.1
3-
ipython==7.16.1
3+
ipython==7.16.1; python_version < '3.7'
4+
ipython==7.17.0; python_version >= '3.7'
45
matplotlib==3.3.0
56
pytz==2020.1

0 commit comments

Comments
 (0)