We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496c27e commit c0fe310Copy full SHA for c0fe310
travis/build-wheels.sh
@@ -7,7 +7,7 @@ yum install -y atlas-devel
7
# Compile wheels
8
for PYBIN in /opt/python/*/bin; do
9
"${PYBIN}/pip" install -r /io/dev-requirements.txt
10
- "${PYBIN}/pip" wheel /io/ -w wheelhouse/
+ "${PYBIN}/pip" wheel /io/ --no-deps -w wheelhouse/
11
done
12
13
# Bundle external shared libraries into the wheels
0 commit comments