Skip to content

Commit

Permalink
Testing - Pin numpy version to fix TFX installation instability in Tr…
Browse files Browse the repository at this point in the history
…avis tests (#3833)

TFX package is has inconsistent dependencies wwhich causes the installation to be flaky and install different numpy version every time leading to failures.
  • Loading branch information
Ark-kun authored May 26, 2020
1 parent 508f31a commit 9f1c596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ matrix:
- git clone https://github.com/tensorflow/tfx.git
- cd $TRAVIS_BUILD_DIR/tfx
- pip3 install --upgrade pip
- pip3 install --upgrade 'numpy>=1.16,<1.17'
- set -x
- set -e
- python3 setup.py bdist_wheel
Expand Down

0 comments on commit 9f1c596

Please sign in to comment.