From f3dd23657b8e5365c19b99273ce71fea76a4090c Mon Sep 17 00:00:00 2001 From: markus583 Date: Wed, 19 Jun 2024 09:47:32 +0000 Subject: [PATCH] fix adp version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c44a8b1a..1e16030d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "cached_property", # for Py37 "torchinfo", "mosestokenizer", - "adapters==0.2.1" + "adapters==0.1.1" ], url="https://github.com/segment-any-text/wtpsplit", package_data={"wtpsplit": ["data/*"]},