Fix the minimum version of the transformers library required to address #404

This commit is contained in:
sabaimran 2023-08-02 09:10:14 -07:00
parent e6e3acdbe4
commit d00f51b531

View file

@ -51,6 +51,7 @@ dependencies = [
"rich >= 13.3.1",
"schedule == 1.1.0",
"sentence-transformers == 2.2.2",
"transformers >= 4.28.0",
"torch >= 2.0.1",
"uvicorn == 0.17.6",
"aiohttp == 3.8.4",