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

Install toolchain; Don't install ccache

parent 923fa364
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,6 @@ ${CONDA} create --yes -n ${NAME} \ ...@@ -48,7 +48,6 @@ ${CONDA} create --yes -n ${NAME} \
cmake \ cmake \
coverage \ coverage \
cython=0.24.1 \ cython=0.24.1 \
ccache=3.3.2 \
dask=0.11.0 \ dask=0.11.0 \
docopt \ docopt \
ffmpeg=2.8.10 \ ffmpeg=2.8.10 \
...@@ -81,6 +80,7 @@ ${CONDA} create --yes -n ${NAME} \ ...@@ -81,6 +80,7 @@ ${CONDA} create --yes -n ${NAME} \
sphinx_rtd_theme \ sphinx_rtd_theme \
sqlalchemy=1.0.13 \ sqlalchemy=1.0.13 \
${TENSORFLOW} \ ${TENSORFLOW} \
toolchain=2.0.1 \
virtualenv \ virtualenv \
vlfeat=0.9.20 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