Skip to content

Commit

Permalink
Update TensorFlow Addons to 0.12 (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln authored Dec 28, 2020
1 parent 8f17ce3 commit c1a2146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def get_long_description():
"pyyaml>=5.3,<5.4",
"rouge>=1.0,<2",
"sacrebleu>=1.4.14,<2",
"tensorflow>=2.3,<3",
"tensorflow-addons>=0.11,<0.12",
"tensorflow>=2.3,<2.5",
"tensorflow-addons>=0.12,<0.13",
],
extras_require={
"tests": tests_require,
Expand Down

0 comments on commit c1a2146

Please sign in to comment.