We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08491d1 commit 20bc96dCopy full SHA for 20bc96d
ci/requirements-3.3.txt
@@ -8,6 +8,7 @@ numpy==1.8.0
8
cython==0.19.1
9
numexpr==2.3
10
tables==3.1.0
11
+bottleneck==0.8.0
12
matplotlib==1.2.1
13
patsy==0.1.0
14
lxml==3.2.1
ci/speedpack/build.sh
@@ -103,6 +103,12 @@ function generate_wheels() {
103
}
104
105
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
+
112
for reqfile in $(ls -1 /reqf/requirements-*.*); do
113
generate_wheels "$reqfile"
114
done
0 commit comments