Skip to content

Commit

Permalink
Pin .travis.yml versions of tensorflow and keras to prevent MHCnugget…
Browse files Browse the repository at this point in the history
…s errors

The lastest version of keras (2.3.1) results in errors with the MHCnuggets
call_iedb tests because the output values changed slightly. Keras 2.2.5
is only compatible with tensorflow<2.0.0
  • Loading branch information
susannasiebert committed Oct 8, 2019
1 parent 2b234b2 commit 1ab985c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ install:
- pip install tornado==5.0.2
- pip install jsonschema==2.6.0
- pip install mhcnuggets==2.2
- pip install tensorflow==1.14.0
- pip install keras==2.2.5
services:
- postgresql
script:
Expand Down

0 comments on commit 1ab985c

Please sign in to comment.