Skip to content

Commit

Permalink
Update TensorFlow Addons to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed Oct 1, 2019
1 parent ce15b9e commit 3ab65ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ python:
- "3.5"
before_install:
- pip install -e .[tests]
# Replace tensorflow-gpu by tensorflow, see https://github.com/tensorflow/addons/issues/532
- export TF_VERSION="$(pip show tensorflow-gpu | grep Version | cut -f2 -d' ')"
- pip uninstall -y tensorflow-gpu
- pip install tensorflow==$TF_VERSION
before_script:
- wget https://s3.amazonaws.com/opennmt-models/transliteration-aren-v2.tar.gz
- mkdir -p $TRAVIS_BUILD_DIR/testdata
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"pyyaml==5.1.*",
"rouge==0.3.1",
"sacrebleu>=1.3.6,<2;python_version>='3.0'",
"tensorflow-addons>=0.5.1"
"tensorflow-addons>=0.5.2"
],
extras_require={
"tests": tests_require,
Expand Down

0 comments on commit 3ab65ec

Please sign in to comment.