# #Keras - The Python Deep Learning library # #Installs Keras within the MiniConda system with TensorFlow for use from Python. #See https://anaconda.org/conda-forge/tensorflow for the command line to install. # ExternalProject_Add ( keras PREFIX ${CMAKE_INSTALL_PREFIX} BUILD_IN_SOURCE 1 DOWNLOAD_COMMAND "" CONFIGURE_COMMAND "" BUILD_COMMAND "" INSTALL_COMMAND ${CONDA_CMD} install -y -c conda-forge tensorflow keras DEPENDS miniconda )