mirror of
https://github.com/quantum5/punyverse.git
synced 2025-04-24 21:21:59 -04:00
We actually need cython in dev-requirements.txt
This commit is contained in:
parent
358027eee1
commit
951825ce87
|
@ -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
1
dev-requirements.txt
Normal file
|
@ -0,0 +1 @@
|
|||
cython
|
Loading…
Reference in a new issue