Skip to content

Commit af2c987

Browse files
renovate-bottseaverTakashi Matsuo
authored
chore(deps): pin ipython to v7.17.0 for samples, python >= 3.7 (#208)
Co-authored-by: Tres Seaver <[email protected]> Co-authored-by: Takashi Matsuo <[email protected]>
1 parent b842fb5 commit af2c987

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)