Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
[tool.poetry] | |
name = "plastic-treaty-app" | |
version = "0.1.0" | |
description = "" | |
authors = ["Rahkakavee Baskaran <[email protected]>"] | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = "^3.10" | |
streamlit = "^1.30.0" | |
farm-haystack = "^1.23.0" | |
pydantic = "<2" | |
load-dotenv = "^0.1.0" | |
torch = "^2.1.2" | |
nltk = "^3.8.1" | |
sentence-transformers = "^2.2.2" | |
langchain = "^0.1.9" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |