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
libpng \
libsvm \
libtiff \
matplotlib \
matplotlib=1 \
nose \
numexpr \
numpy \
opencv \
pathlib \
pillow \
pip \
pkg-config \
......@@ -76,7 +75,7 @@ else
fi
pip --no-cache-dir install \
menpo \
menpo==0.7.5 \
menpofit \
schema \
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