We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6dde80 commit e83d43bCopy full SHA for e83d43b
appveyor.yml
@@ -29,7 +29,7 @@ environment:
29
PYTHON_VERSION: "3.7"
30
PYTHON_ARCH: "64"
31
CONDA_PY: "37"
32
- CONDA_NPY: "113"
+ CONDA_NPY: "114"
33
34
- CONDA_ROOT: "C:\\Miniconda3_64"
35
PYTHON_VERSION: "2.7"
ci/appveyor-37.yaml
@@ -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