Skip to content
Snippets Groups Projects
Commit d1b63612 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Add package 'schema'

parent 796060b8
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
# Set the versions here
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"
SCHEMA="schema"
if [ "${#}" != 2 ]; then
echo "usage: `basename $0` <basedir> <name>"
......@@ -26,3 +27,4 @@ else
CFLAGS="-I${CONDA_PREFIX}/include -mmacosx-version-min=10.9" LDFLAGS="-L${CONDA_PREFIX}/lib -lvl -Wl,-headerpad_max_install_names" pip --no-cache-dir wheel --no-deps ${CYVLFEAT}
fi
pip --no-cache-dir wheel --no-deps ${MENPO}
pip --no-cache-dir wheel --no-deps ${SCHEMA}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment