Skip to content

Commit

Permalink
Upgrade some dependencies (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln authored Jan 28, 2020
1 parent e95d2ec commit 9fc1c67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
keywords="tensorflow opennmt nmt neural machine translation",
install_requires=[
"ctranslate2>=1.4,<2;platform_system=='Linux'",
"pyonmttok>=1.17.0,<2;platform_system=='Linux'",
"pyyaml==5.1.*",
"pyonmttok>=1.18.1,<2;platform_system=='Linux'",
"pyyaml>=5.3,<5.4",
"rouge==0.3.1",
"sacrebleu>=1.4.1,<2",
"tensorflow-addons>=0.7,<0.8"
"sacrebleu>=1.4.3,<2",
"tensorflow-addons>=0.7.1,<0.8"
],
extras_require={
"tests": tests_require,
Expand Down

0 comments on commit 9fc1c67

Please sign in to comment.