Skip to content

Commit e83d43b

Browse files
committed
ci package list
1 parent e6dde80 commit e83d43b

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ environment:
2929
PYTHON_VERSION: "3.7"
3030
PYTHON_ARCH: "64"
3131
CONDA_PY: "37"
32-
CONDA_NPY: "113"
32+
CONDA_NPY: "114"
3333

3434
- CONDA_ROOT: "C:\\Miniconda3_64"
3535
PYTHON_VERSION: "2.7"

ci/appveyor-37.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: pandas
2+
channels:
3+
- defaults
4+
- conda-forge
5+
dependencies:
6+
- blosc
7+
- bottleneck
8+
- fastparquet
9+
- feather-format
10+
- matplotlib
11+
- numexpr
12+
- numpy=1.14*
13+
- openpyxl
14+
- pyarrow
15+
- pytables
16+
- python-dateutil
17+
- python=3.6.*
18+
- pytz
19+
- scipy
20+
- thrift=0.10*
21+
- xlrd
22+
- xlsxwriter
23+
- xlwt
24+
# universal
25+
- cython>=0.28.2
26+
- pytest
27+
- pytest-xdist

0 commit comments

Comments
 (0)