Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
pip install --use-wheel" was deprecated. See https://pip.pypa.io/en/s…
Browse files Browse the repository at this point in the history
  • Loading branch information
lscheinkman committed Apr 23, 2018
1 parent c2d31a9 commit ec14f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis/before_install-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ curl --silent --show-error --retry 5 -O http://releases.numenta.org/pip/1ebd3cb7
python get-pip.py --user pip setuptools wheel

echo "Installing Python dependencies"
pip install --use-wheel --user -r bindings/py/requirements.txt --quiet || exit
pip install --user -r bindings/py/requirements.txt --quiet || exit

pip install pycapnp==0.5.8 --user || exit

0 comments on commit ec14f2f

Please sign in to comment.