Skip to content

Commit 20bc96d

Browse files
committed
BLD: add bottleneck 0.8.0 to 3.3 build
1 parent 08491d1 commit 20bc96d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ci/requirements-3.3.txt

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ numpy==1.8.0
88
cython==0.19.1
99
numexpr==2.3
1010
tables==3.1.0
11+
bottleneck==0.8.0
1112
matplotlib==1.2.1
1213
patsy==0.1.0
1314
lxml==3.2.1

ci/speedpack/build.sh

+6
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@ function generate_wheels() {
103103
}
104104

105105

106+
# generate a single wheel version
107+
# generate_wheels "/reqf/requirements-3.3.txt"
108+
#
109+
# if vagrant is already up
110+
# run as vagrant provision
111+
106112
for reqfile in $(ls -1 /reqf/requirements-*.*); do
107113
generate_wheels "$reqfile"
108114
done

0 commit comments

Comments
 (0)