diff --git a/extra-wheels.sh b/extra-wheels.sh index ad5cc2a73466bd0ea26bc8356a6285c192c1784e..e101d111851fd9b58e6f802276d87398474ae070 100755 --- a/extra-wheels.sh +++ b/extra-wheels.sh @@ -2,8 +2,8 @@ # Wed 17 Aug 2016 13:50:05 CEST # Set the versions here -CYVLFEAT="cyvlfeat==0.4.5" -MENPO="pathlib==1.0 menpo==0.7.3 menpofit==0.3.0" +CYVLFEAT="git+https://github.com/menpo/cyvlfeat@v0.4.5" +MENPO="pathlib==1.0 git+https://github.com/menpo/menpo@v0.7.3 git+https://github.com/menpo/menpofit@v0.4.1" if [ "${#}" != 2 ]; then echo "usage: `basename $0` <basedir> <name>"