|
|
@ -22,14 +22,14 @@ classifiers = [
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.6.1"
|
|
|
|
python = "^3.8.1"
|
|
|
|
torch = "2.1.1"
|
|
|
|
torch = "2.1.1"
|
|
|
|
transformers = "2.10"
|
|
|
|
transformers = "*"
|
|
|
|
openai = "0.28.0"
|
|
|
|
openai = "0.28.0"
|
|
|
|
langchain = "*"
|
|
|
|
langchain = "*"
|
|
|
|
asyncio = "*"
|
|
|
|
asyncio = "*"
|
|
|
|
einops = "*"
|
|
|
|
einops = "*"
|
|
|
|
google-generativeai = "0.3.0"
|
|
|
|
google-generativeai = "*"
|
|
|
|
langchain-experimental = "*"
|
|
|
|
langchain-experimental = "*"
|
|
|
|
playwright = "*"
|
|
|
|
playwright = "*"
|
|
|
|
weaviate-client = "*"
|
|
|
|
weaviate-client = "*"
|
|
|
|