spinoza_testing / pyproject.toml
momenaca's picture
fix dependencies issue
124e36b
raw
history blame
662 Bytes
[tool.poetry]
name = "spinoza_project"
version = "0.1.0"
description = ""
authors = ["Miguel Omenaca Muro <[email protected]>"]
readme = "README.md"
package-mode = true
[tool.poetry.dependencies]
python = "^3.10"
langchain = "^0.2.5"
gradio = "4.37.2"
sentence-transformers = "2.2.2"
msal = "^1.28.1"
langchain-openai = "^0.1.8"
qdrant-client = "^1.9.1"
loadenv = "^0.1.1"
datasets = "^2.20.0"
langchain-community = "^0.2.5"
transformers = "4.39.0"
azure-search-documents = "^11.4.0"
azure-identity = "^1.17.1"
load-dotenv = "^0.1.0"
python-dotenv = "^1.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"