when i install keras on my conda environement it does not seem to install the latest version since i have 2.0.5 and itseems to be 2.0.8 (https://pypi.python.org/pypi/Keras)
when i run conda update keras
i get the following error message :
# All requested packages already installed.
# packages in environment at /home/user/anaconda2/envs/conda_env:
#
keras 2.0.5 py36_0
same problem when i try to install keras-vis but then it does not exist at all so i have to do a pip-install that create double packages in my environement