Skip to content

Commit

Permalink
Pin TensorFlow Addons version
Browse files Browse the repository at this point in the history
The next version of Addons will probably require the consolidated
TensorFlow package so we need to control when this change will impact
OpenNMT-tf.
  • Loading branch information
guillaumekln committed Nov 7, 2019
1 parent a533917 commit cefa81b
Showing 1 changed file with 1 addition and 1 deletion.
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.4.1,<2;python_version>='3.0'",
"tensorflow-addons>=0.6.0"
"tensorflow-addons==0.6.0"
],
extras_require={
"tests": tests_require,
Expand Down

0 comments on commit cefa81b

Please sign in to comment.