-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
/
Copy pathtravis-36-cov.yaml
53 lines (53 loc) · 903 Bytes
/
travis-36-cov.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name: pandas-dev
channels:
- defaults
- conda-forge
dependencies:
- beautifulsoup4
- botocore>=1.11
- cython>=0.29.13
- dask
- fastparquet>=0.2.1
- gcsfs
- geopandas
- html5lib
- matplotlib
- moto
- nomkl
- numexpr
- numpy=1.15.*
- odfpy
- openpyxl
- pandas-gbq
# https://github.com/pydata/pandas-gbq/issues/271
- google-cloud-bigquery<=1.11
- psycopg2
# pyarrow segfaults on load: https://github.com/pandas-dev/pandas/issues/26716
# - pyarrow=0.9.0
- pymysql
- pytables
- python-snappy
- python=3.6.*
- pytz
- s3fs<0.3
- scikit-learn
- scipy
- sqlalchemy
- statsmodels
- xarray
- xlrd
- xlsxwriter
- xlwt
# universal
- pytest>=5.0.1
- pytest-xdist>=1.29.0
- pytest-cov
- pytest-mock
- pytest-asyncio
- hypothesis>=3.58.0
- pip
- pip:
- brotlipy
- coverage
- pandas-datareader
- python-dateutil