|
|
|
@ -25,10 +25,10 @@ classifiers = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
|
python = "^3.9"
|
|
|
|
|
python = "^3.10"
|
|
|
|
|
torch = "2.1.1"
|
|
|
|
|
transformers = "4.37.1"
|
|
|
|
|
openai = "0.28.0"
|
|
|
|
|
openai = "1.3.0"
|
|
|
|
|
langchain = "0.0.333"
|
|
|
|
|
asyncio = "3.4.3"
|
|
|
|
|
einops = "0.7.0"
|
|
|
|
@ -56,7 +56,7 @@ cohere = "4.24"
|
|
|
|
|
huggingface-hub = "*"
|
|
|
|
|
pydantic = "1.10.12"
|
|
|
|
|
tenacity = "8.2.2"
|
|
|
|
|
Pillow = "9.4.0"
|
|
|
|
|
Pillow = "10.2.0"
|
|
|
|
|
chromadb = "*"
|
|
|
|
|
termcolor = "2.2.0"
|
|
|
|
|
black = "23.3.0"
|
|
|
|
|