Skip to content

Commit 924751c

Browse files
copy versions from master
1 parent bd0e90b commit 924751c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

ci/deps/travis-37-cov.yaml

+7-6
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.*
@@ -22,18 +21,21 @@ dependencies:
2221
- geopandas
2322
- html5lib
2423
- matplotlib
25-
- moto
24+
- moto>=1.3.14
25+
- flask
2626
- nomkl
2727
- numexpr
28-
- numpy=1.15.*
28+
- numpy=1.16.*
2929
- odfpy
3030
- openpyxl
3131
- pandas-gbq
32+
- google-cloud-bigquery>=1.27.2 # GH 36436
3233
- psycopg2
33-
- pyarrow>=0.13.0
34-
- pymysql
34+
- pyarrow>=0.15.0
35+
- pymysql<0.10.0 # temporary pin, GH 36465
3536
- pytables
3637
- python-snappy
38+
- python-dateutil
3739
- pytz
3840
- s3fs>=0.4.0
3941
- scikit-learn
@@ -49,5 +51,4 @@ dependencies:
4951
- brotlipy
5052
- coverage
5153
- pandas-datareader
52-
- python-dateutil
5354
- pyxlsb

0 commit comments

Comments
 (0)