Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/OpenNMT/OpenNMT-py.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Klein <guillaumekln@users.noreply.github.com>2021-09-17 12:55:48 +0300
committerGitHub <noreply@github.com>2021-09-17 12:55:48 +0300
commit1360088af4ba515dd30bdff4d55c0e37f89f8946 (patch)
tree49743d92748e7e0215716de2d005ee27a45b81eb
parent8d6a6977ec6b05c5a4a6c710732c283a0f845673 (diff)
Remove environment markers for pyonmttok package (#2101)
The package is now available on Linux, macOS, and Windows.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2f86ff57..c086b849 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ setup(
"tensorboard>=2.3",
"flask",
"waitress",
- "pyonmttok>=1.23,<2;platform_system=='Linux' or platform_system=='Darwin'",
+ "pyonmttok>=1.23,<2",
"pyyaml",
],
entry_points={