Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
Try 2.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberZHG committed Jun 18, 2019
1 parent 80e2c37 commit ca7f53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -27,7 +27,7 @@ install:
- pip install --upgrade pip
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- if [[ $TF_2 == "1" ]]; then pip install tensorflow==2.0.0-beta0; fi
- if [[ $TF_2 == "1" ]]; then pip install tensorflow==2.0.0-beta1; fi
- if [[ $KERAS_BACKEND == "theano" ]]; then pip install theano && conda install mkl mkl-service; fi
- if [[ $KERAS_BACKEND == "cntk" ]]; then
set -e &&
Expand Down

0 comments on commit ca7f53a

Please sign in to comment.