Skip to content

Commit

Permalink
fix: bump ipython version to address compilation issues with py3.8 (#…
Browse files Browse the repository at this point in the history
…3667)

Fixes: #3658
Fixes: #3659
Fixes: #3660

Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
  • Loading branch information
shollyman and Takashi Matsuo authored May 1, 2020
1 parent 1263a63 commit af91571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery/datalab-migration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
grpcio==1.28.1
google-cloud-bigquery[pandas,pyarrow]==1.24.0
datalab==1.2.0
ipython==7.2.0; python_version > "2.7"
ipython==7.13.0; python_version > "2.7"
ipython<=5.5; python_version == "2.7"
google-cloud-monitoring==0.35.0

0 comments on commit af91571

Please sign in to comment.