From 10014c951f0b08d6c33f991541d7017b555c5197 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Wed, 17 Aug 2016 17:07:31 +0200
Subject: [PATCH] [extra-wheels] Download from menpo github tags (more
 up-to-date than pypi)

---
 extra-wheels.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/extra-wheels.sh b/extra-wheels.sh
index ad5cc2a..e101d11 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>"
-- 
GitLab