Skip to content

Commit 42cdb34

Browse files
authored
BLD: add deps for 3.6 build (#15089)
1 parent e7eefc4 commit 42cdb34

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

ci/requirements-3.6.pip

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
xlwt

ci/requirements-3.6.run

+16
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,19 @@ python-dateutil
22
pytz
33
numpy
44
scipy
5+
openpyxl
6+
xlsxwriter
7+
xlrd
8+
# xlwt (installed via pip)
9+
numexpr
10+
pytables
11+
# matplotlib (not avail on defaults ATM)
12+
lxml
13+
html5lib
14+
jinja2
15+
sqlalchemy
16+
pymysql
17+
# psycopg2 (not avail on defaults ATM)
18+
beautifulsoup4
19+
s3fs
20+
xarray

ci/requirements-3.6.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
source activate pandas
4+
5+
echo "install 36"
6+
7+
conda install -n pandas -c conda-forge feather-format

0 commit comments

Comments
 (0)