From 4e5080f525ab05f38ed8d76ef138842b41107e2b Mon Sep 17 00:00:00 2001 From: Andrew Howden Date: Sat, 18 Jan 2025 16:06:42 +0100 Subject: [PATCH] fix(pynini cython): Allow pynini to be built Right now, Pynini fails with the error "Cython cannot be found". More information is available in the following issue: * https://github.com/kylebgorman/pynini/issues/30 This in turn, is used in the WeTextProcessing processing library. That library had a version bump, with the most recent version using an updated pynini library. This commit uses that version. It is not clear whether ther are any other API breaking changes; the diff between v2.1.5 and 2.1.6 in pynini is big, but looks to be mostly docs and similar. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f304aed..dd6c14b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,4 +35,4 @@ uvicorn==0.30.0 wget==3.2 fastapi==0.115.6 fastapi-cli==0.0.4 -WeTextProcessing==1.0.3 +WeTextProcessing==1.0.4.1