Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 476 Bytes
5d4054c 6c861e9 5d4054c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
[tool.poetry]
name = "plastic-treaty-app"
version = "0.1.0"
description = ""
authors = ["Rahkakavee Baskaran <rahkakavee.baskaran@cause-effect.io>"]
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"
|