We actually need cython in dev-requirements.txt

This commit is contained in:
Quantum 2018-08-22 16:48:48 -04:00
parent 358027eee1
commit 951825ce87
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,7 @@ yum install -y atlas-devel
# Compile wheels
for PYBIN in /opt/python/*/bin; do
"${PYBIN}/pip" install -r /io/dev-requirements.txt
"${PYBIN}/pip" wheel /io/ -w wheelhouse/
done
@ -13,3 +14,4 @@ done
for whl in wheelhouse/*.whl; do
auditwheel repair "$whl" -w /io/wheelhouse/
done

1
dev-requirements.txt Normal file
View file

@ -0,0 +1 @@
cython