Skip to content

Commit

Permalink
uses a 2x faster earlier version of keras. sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
ClimbsRocks committed Jan 18, 2018
1 parent ad43237 commit 58bea6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ install:
- pip install --upgrade pip setuptools wheel
- pip install coveralls nose tables
- pip install --only-binary=numpy,scipy,pandas -r requirements.txt
- if [[ $TESTS_TO_RUN == *'advanced_tests'* ]]; then pip install lightgbm keras==2.1.2 tensorflow catboost xgboost; fi
- if [[ $TESTS_TO_RUN == *'advanced_tests'* ]]; then pip install lightgbm keras==2.1.1 tensorflow catboost xgboost; fi
- if [[ $TESTS_TO_RUN == *'backwards_compatibility_test'* ]]; then pip install scikit-learn==0.18.0; fi

script:
Expand Down

0 comments on commit 58bea6d

Please sign in to comment.