File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11mock
2- pandas==0.19 .0
2+ pandas==0.20 .0
33google-auth==1.4.1
44google-auth-oauthlib==0.0.1
55google-cloud-bigquery==1.9.0
Original file line number Diff line number Diff line change 1- pandas==0.19 .0
1+ pandas==0.20 .0
22google-auth==1.4.1
33google-auth-oauthlib==0.0.1
44google-cloud-bigquery==1.9.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Dependency updates
1111
1212- Update the minimum version of ``google-cloud-bigquery `` to 1.9.0.
1313 (:issue: `247 `)
14- - Update the minimum version of ``pandas `` to 0.19 .0. (:issue: `262 `)
14+ - Update the minimum version of ``pandas `` to 0.20 .0. (:issue: `263 `)
1515
1616Internal changes
1717~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def readme():
1818
1919INSTALL_REQUIRES = [
2020 "setuptools" ,
21- "pandas>=0.19 .0" ,
21+ "pandas>=0.20 .0" ,
2222 "pydata-google-auth" ,
2323 "google-auth" ,
2424 "google-auth-oauthlib" ,
You can’t perform that action at this time.
0 commit comments