From cefa81be756ac07ab0ac648b26e1f2dea954e919 Mon Sep 17 00:00:00 2001 From: Guillaume Klein Date: Thu, 7 Nov 2019 17:41:08 +0100 Subject: [PATCH] Pin TensorFlow Addons version The next version of Addons will probably require the consolidated TensorFlow package so we need to control when this change will impact OpenNMT-tf. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c50add34f..04d8ba55e 100644 --- a/setup.py +++ b/setup.py @@ -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,