Skip to content

Commit b91f6ae

Browse files
committed
add wordbeamsearch to requirements.txt instead of separate build
1 parent e3c611b commit b91f6ae

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

requirements.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# requirements.txt
2+
13
numpy==2.1.3
24
editdistance==0.8.1
35
tensorflow[and-cuda]==2.19.0
@@ -21,3 +23,12 @@ psutil==7.0.0
2123
scipy==1.15.3
2224
vgslify==0.14.0
2325
python-bidi
26+
27+
# Word beam search decoder (needed by `utils/threading.py`)
28+
# If no wheel is available for your Python version, pip will build from source.
29+
word-beam-search @ git+https://github.com/githubharald/CTCWordBeamSearch
30+
31+
# Build helpers (ensure native extensions like word-beam-search compile cleanly)
32+
setuptools>=65
33+
wheel
34+
pybind11

0 commit comments

Comments
 (0)