From d00f51b531250f69f2c4987368053708f268602b Mon Sep 17 00:00:00 2001 From: sabaimran Date: Wed, 2 Aug 2023 09:10:14 -0700 Subject: [PATCH] Fix the minimum version of the transformers library required to address #404 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4be3299b..42c4878e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",