Skip to content
Snippets Groups Projects
Commit 0c97952a authored by Amir Mohammadi's avatar Amir Mohammadi
Browse files

opencv and tensorflow are not available on mac for now

parent 0d1e8c25
No related branches found
No related tags found
1 merge request!38opencv and tensorflow are not available on mac for now
......@@ -28,6 +28,14 @@ else
CAFFE=
fi
if [ "$(uname)" == "Linux" ]; then
OPENCV="opencv=3"
TENSORFLOW=tensorflow
else
OPENCV=
TENSORFLOW=
fi
# For a complete list of dependencies, please read:
# https://gitlab.idiap.ch/bob/bob/wikis/Dependencies
echo "[>>] Creating environment ${NAME} for python ${PYTHON_VERSION} with bob dependencies..."
......@@ -61,7 +69,7 @@ ${CONDA} create --yes -n ${NAME} \
numexpr=2.6.1 \
numpy=1.11.1 \
openblas=0.2.19 \
opencv=3 \
${OPENCV} \
pillow=3.3.1 \
pip=8.1.2 \
pkg-config \
......@@ -73,7 +81,7 @@ ${CONDA} create --yes -n ${NAME} \
sphinx=1.4.6 \
sphinx_rtd_theme \
sqlalchemy=1.0.13 \
tensorflow \
${TENSORFLOW} \
virtualenv \
vlfeat=0.9.20
......
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