forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathactions-37-db.yaml
54 lines (52 loc) · 917 Bytes
/
actions-37-db.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
54
name: pandas-dev
channels:
- conda-forge
dependencies:
- python=3.7.*
# tools
- cython>=0.29.21
- pytest>=5.0.1
- pytest-xdist>=1.21
- hypothesis>=3.58.0
- pytest-cov>=2.10.1 # this is only needed in the coverage build, ref: GH 35737
# pandas dependencies
- beautifulsoup4
- botocore>=1.11
- dask
- fastparquet>=0.4.0
- fsspec>=0.7.4
- gcsfs>=0.6.0
- geopandas
- html5lib
- matplotlib
- moto>=1.3.14
- flask
- nomkl
- numexpr
- numpy=1.16.*
- odfpy
- openpyxl
- pandas-gbq
- google-cloud-bigquery>=1.27.2 # GH 36436
- psycopg2
- pyarrow>=0.15.0
- pymysql<0.10.0 # temporary pin, GH 36465
- pytables
- python-snappy
- python-dateutil
- pytz
- s3fs>=0.4.0
- scikit-learn
- scipy
- sqlalchemy
- statsmodels
- xarray
- xlrd<2.0
- xlsxwriter
- xlwt
- pip
- pip:
- brotlipy
- coverage
- pandas-datareader
- pyxlsb