scriptflow-hausa / requirements.txt
DevEmmy's picture
Require transformers 5.x to match the builder's hub 1.x
7cb4735
Raw
History Blame Contribute Delete
384 Bytes
# torch, gradio, uvicorn and spaces are installed by the Space builder itself
# (torch pinned there), so declaring them here only creates resolver conflicts.
#
# transformers must be 5.x: 4.x caps huggingface-hub below 1.0, while the
# builder's gradio 6 / spaces stack requires 1.x. That clash is unsolvable and
# fails the build outright.
transformers>=5.0
sentencepiece
sacremoses