We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0e90b commit 924751cCopy full SHA for 924751c
ci/deps/travis-37-cov.yaml
@@ -1,6 +1,5 @@
1
name: pandas-dev
2
channels:
3
- - defaults
4
- conda-forge
5
dependencies:
6
- python=3.7.*
@@ -22,18 +21,21 @@ dependencies:
22
21
- geopandas
23
- html5lib
24
- matplotlib
25
- - moto
+ - moto>=1.3.14
+ - flask
26
- nomkl
27
- numexpr
28
- - numpy=1.15.*
+ - numpy=1.16.*
29
- odfpy
30
- openpyxl
31
- pandas-gbq
32
+ - google-cloud-bigquery>=1.27.2 # GH 36436
33
- psycopg2
- - pyarrow>=0.13.0
34
- - pymysql
+ - pyarrow>=0.15.0
35
+ - pymysql<0.10.0 # temporary pin, GH 36465
36
- pytables
37
- python-snappy
38
+ - python-dateutil
39
- pytz
40
- s3fs>=0.4.0
41
- scikit-learn
@@ -49,5 +51,4 @@ dependencies:
49
51
- brotlipy
50
52
- coverage
53
- pandas-datareader
- - python-dateutil
54
- pyxlsb
0 commit comments