forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathactions-38-db.yaml
53 lines (51 loc) · 848 Bytes
/
actions-38-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
name: pandas-dev
channels:
- conda-forge
dependencies:
- python=3.8
# tools
- cython>=0.29.21
- pytest>=6.0
- pytest-xdist>=1.31
- hypothesis>=5.5.3
- 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, < 0.7.0
- fsspec>=0.7.4, <2021.6.0
- gcsfs>=0.6.0
- geopandas
- html5lib
- matplotlib
- moto>=1.3.14
- flask
- nomkl
- numexpr
- numpy=1.18
- odfpy
- openpyxl
- pandas-gbq
- psycopg2
- pyarrow>=0.17.0
- pymysql
- pytables
- python-snappy
- python-dateutil
- pytz
- s3fs>=0.4.0
- scikit-learn
- scipy
- sqlalchemy
- statsmodels
- xarray
- xlrd
- xlsxwriter
- xlwt
- pip
- pip:
- brotlipy
- coverage
- pandas-datareader
- pyxlsb