File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
mock
2
- pandas==0.19 .0
2
+ pandas==0.20 .0
3
3
google-auth==1.4.1
4
4
google-auth-oauthlib==0.0.1
5
5
google-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
2
2
google-auth==1.4.1
3
3
google-auth-oauthlib==0.0.1
4
4
google-cloud-bigquery==1.9.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Dependency updates
11
11
12
12
- Update the minimum version of ``google-cloud-bigquery `` to 1.9.0.
13
13
(: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 `)
15
15
16
16
Internal changes
17
17
~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ def readme():
18
18
19
19
INSTALL_REQUIRES = [
20
20
"setuptools" ,
21
- "pandas>=0.19 .0" ,
21
+ "pandas>=0.20 .0" ,
22
22
"pydata-google-auth" ,
23
23
"google-auth" ,
24
24
"google-auth-oauthlib" ,
You can’t perform that action at this time.
0 commit comments