Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Delete pyproject.toml
Browse files- pyproject.toml +0 -23
pyproject.toml
DELETED
@@ -1,23 +0,0 @@
|
|
1 |
-
[tool.poetry]
|
2 |
-
name = "plastic-treaty-app"
|
3 |
-
version = "0.1.0"
|
4 |
-
description = ""
|
5 |
-
authors = ["Rahkakavee Baskaran <rahkakavee.baskaran@cause-effect.io>"]
|
6 |
-
readme = "README.md"
|
7 |
-
|
8 |
-
|
9 |
-
[tool.poetry.dependencies]
|
10 |
-
python = "^3.10"
|
11 |
-
streamlit = "^1.30.0"
|
12 |
-
farm-haystack = "^1.23.0"
|
13 |
-
pydantic = "<2"
|
14 |
-
load-dotenv = "^0.1.0"
|
15 |
-
torch = "^2.1.2"
|
16 |
-
nltk = "^3.8.1"
|
17 |
-
sentence-transformers = "^2.2.2"
|
18 |
-
langchain = "^0.1.9"
|
19 |
-
|
20 |
-
|
21 |
-
[build-system]
|
22 |
-
requires = ["poetry-core"]
|
23 |
-
build-backend = "poetry.core.masonry.api"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|