Is my keras installed correctly?

Hi, bellowing is my keras version output, I saw one warning, and also version incompatibility issue.
Is this OK ?
If not OK, what is the right most recommended version and configuration ?
python -c "import keras; print keras.version"
Using Theano backend.
WARNING (theano.sandbox.cuda): The cuda backend is deprecated and will be removed in the next release (v0.10). Please switch to the gpuarray backend. You can get more information about how to switch at this URL:
https://github.com/Theano/Theano/wiki/Converting-to-the-new-gpu-back-end(gpuarray)

Using gpu device 0: GeForce GTX 1080 Ti (CNMeM is disabled, cuDNN Mixed dnn version. The header is from one version, but we link with a different version (7003, 5105))
1.2.2