spinoza_testing / pyproject.toml
momenaca's picture
first commit
45c901d
raw
history blame
586 Bytes
[tool.poetry]
name = "spinoza-project"
version = "0.1.0"
description = ""
authors = ["Miguel Omenaca Muro <[email protected]>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
langchain = "^0.2.5"
gradio = {extras = ["oauth"], version = "^4.36.1"}
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"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"