File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ jobs:
45
45
- run : nox -s lint
46
46
47
47
# Conda
48
- " conda-3.6-0.23 .0 " :
48
+ " conda-3.6-0.24 .0 " :
49
49
docker :
50
50
- image : continuumio/miniconda3
51
51
environment :
52
52
PYTHON : " 3.6"
53
- PANDAS : " 0.23 .0"
53
+ PANDAS : " 0.24 .0"
54
54
steps :
55
55
- checkout
56
56
- run : ci/config_auth.sh
@@ -65,4 +65,4 @@ workflows:
65
65
- " pip-3.6"
66
66
- " pip-3.7"
67
67
- lint
68
- - " conda-3.6-0.23 .0"
68
+ - " conda-3.6-0.24 .0"
Original file line number Diff line number Diff line change 1
1
mock
2
- pandas==0.23 .0
2
+ pandas==0.24 .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.23 .0
1
+ pandas==0.24 .0
2
2
google-auth==1.4.1
3
3
google-auth-oauthlib==0.0.1
4
4
google-cloud-bigquery==1.9.0
File renamed without changes.
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.23 .0. (:issue: `263 `)
14
+ - Update the minimum version of ``pandas `` to 0.24 .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.23 .0" ,
21
+ "pandas>=0.24 .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