Skip to content

Commit 1980f31

Browse files
authored
fix requirements (#2014)
1 parent d49312e commit 1980f31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-cloud-bigquery[pandas,pyarrow]==1.8.1
22
datalab==1.1.4
3-
ipython==7.2.0; python_version > '2.7'
4-
ipython==5.5; python_version == '2.7'
5-
google-cloud-monitoring==0.28.1
3+
ipython==7.2.0; python_version > "2.7"
4+
ipython<=5.5; python_version == "2.7"
5+
google-cloud-monitoring<=0.28.1

0 commit comments

Comments
 (0)