File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ jobs:
4545 - run : nox -s lint
4646
4747 # Conda
48- " conda-3.6-0.23 .0 " :
48+ " conda-3.6-0.24 .0 " :
4949 docker :
5050 - image : continuumio/miniconda3
5151 environment :
5252 PYTHON : " 3.6"
53- PANDAS : " 0.23 .0"
53+ PANDAS : " 0.24 .0"
5454 steps :
5555 - checkout
5656 - run : ci/config_auth.sh
@@ -65,4 +65,4 @@ workflows:
6565 - " pip-3.6"
6666 - " pip-3.7"
6767 - 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 11mock
2- pandas==0.23 .0
2+ pandas==0.24 .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.23 .0
1+ pandas==0.24 .0
22google-auth==1.4.1
33google-auth-oauthlib==0.0.1
44google-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
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.23 .0. (:issue: `263 `)
14+ - Update the minimum version of ``pandas `` to 0.24 .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.23 .0" ,
21+ "pandas>=0.24 .0" ,
2222 "pydata-google-auth" ,
2323 "google-auth" ,
2424 "google-auth-oauthlib" ,
You can’t perform that action at this time.
0 commit comments