Skip to content

Commit

Permalink
fix requirements (GoogleCloudPlatform#2014)
Browse files Browse the repository at this point in the history
  • Loading branch information
alixhami authored Feb 13, 2019
1 parent d49312e commit 1980f31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bigquery/datalab-migration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-cloud-bigquery[pandas,pyarrow]==1.8.1
datalab==1.1.4
ipython==7.2.0; python_version > '2.7'
ipython==5.5; python_version == '2.7'
google-cloud-monitoring==0.28.1
ipython==7.2.0; python_version > "2.7"
ipython<=5.5; python_version == "2.7"
google-cloud-monitoring<=0.28.1

0 comments on commit 1980f31

Please sign in to comment.