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

Fix issues pointed out by @amohammadi

parent ca505efe
No related branches found
No related tags found
1 merge request!23Move required wheels into from-scratch (closes #30)
...@@ -43,12 +43,11 @@ ${CONDA} create --yes -n ${NAME} --override-channels -c conda-forge -c defaults ...@@ -43,12 +43,11 @@ ${CONDA} create --yes -n ${NAME} --override-channels -c conda-forge -c defaults
libpng \ libpng \
libsvm \ libsvm \
libtiff \ libtiff \
matplotlib \ matplotlib=1 \
nose \ nose \
numexpr \ numexpr \
numpy \ numpy \
opencv \ opencv \
pathlib \
pillow \ pillow \
pip \ pip \
pkg-config \ pkg-config \
...@@ -76,7 +75,7 @@ else ...@@ -76,7 +75,7 @@ else
fi fi
pip --no-cache-dir install \ pip --no-cache-dir install \
menpo \ menpo==0.7.5 \
menpofit \ menpofit \
schema \ schema \
pyedflib \ pyedflib \
......
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