Skip to content

Commit 0e482fb

Browse files
fangchenliKevin D Smith
authored and
Kevin D Smith
committed
1 parent 4ca451e commit 0e482fb

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

ci/deps/travis-37-cov.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: pandas-dev
22
channels:
3-
- defaults
43
- conda-forge
54
dependencies:
65
- python=3.7.*
@@ -15,7 +14,6 @@ dependencies:
1514
# pandas dependencies
1615
- beautifulsoup4
1716
- botocore>=1.11
18-
- cython>=0.29.16
1917
- dask
2018
- fastparquet>=0.3.2
2119
- fsspec>=0.7.4
@@ -31,16 +29,18 @@ dependencies:
3129
- odfpy
3230
- openpyxl
3331
- pandas-gbq
32+
- google-cloud-bigquery>=1.27.2 # GH 36436
3433
- psycopg2
3534
- pyarrow>=0.15.0
36-
- pymysql
35+
- pymysql=0.7.11
3736
- pytables
3837
- python-snappy
38+
- python-dateutil
3939
- pytz
4040
- s3fs>=0.4.0
4141
- scikit-learn
4242
- scipy
43-
- sqlalchemy
43+
- sqlalchemy=1.3.0
4444
- statsmodels
4545
- xarray
4646
- xlrd
@@ -51,5 +51,4 @@ dependencies:
5151
- brotlipy
5252
- coverage
5353
- pandas-datareader
54-
- python-dateutil
5554
- pyxlsb

ci/deps/travis-37-locale.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ dependencies:
2525
- numexpr
2626
- numpy
2727
- openpyxl
28-
- pandas-gbq=0.12.0
28+
- pandas-gbq
29+
- google-cloud-bigquery>=1.27.2 # GH 36436
2930
- pyarrow>=0.17
3031
- psycopg2=2.7
31-
- pyarrow>=0.15.0 # GH #35813
3232
- pymysql=0.7.11
3333
- pytables
3434
- python-dateutil

0 commit comments

Comments
 (0)