mpi_data_store / pyproject.toml
rianders's picture
fixed dependency generation
5c8cbfc
raw
history blame
499 Bytes
[tool.poetry]
name = "mpi-data-store"
version = "0.1.0"
description = ""
authors = ["ricklon <[email protected]>"]
readme = "README.md"
packages = [{include = "mpi_data_store"}]
[tool.poetry.dependencies]
python = "^3.10"
langchain = "^0.1.13"
pypdf = "^4.1.0"
langchain-community = "^0.0.29"
sentence-transformers = "^2.6.0"
faiss-cpu = "^1.8.0"
pandas = "^2.2.1"
tqdm = "^4.66.2"
streamlit = "^1.32.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"