Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update pyproject.toml
Browse files- pyproject.toml +1 -8
pyproject.toml
CHANGED
@@ -4,7 +4,7 @@ version = "0.1.0"
|
|
4 |
description = ""
|
5 |
authors = ["Rahkakavee Baskaran <[email protected]>"]
|
6 |
readme = "README.md"
|
7 |
-
|
8 |
|
9 |
[tool.poetry.dependencies]
|
10 |
python = "^3.10"
|
@@ -15,16 +15,9 @@ load-dotenv = "^0.1.0"
|
|
15 |
torch = "^2.1.2"
|
16 |
nltk = "^3.8.1"
|
17 |
sentence-transformers = "^2.2.2"
|
18 |
-
scikit-learn = "^1.4.1.post1"
|
19 |
langchain = "^0.1.9"
|
20 |
|
21 |
|
22 |
-
[tool.poetry.group.dev.dependencies]
|
23 |
-
flake8 = "^7.0.0"
|
24 |
-
pre-commit = "^3.6.0"
|
25 |
-
mypy = "^1.8.0"
|
26 |
-
black = "^24.1.1"
|
27 |
-
|
28 |
[build-system]
|
29 |
requires = ["poetry-core"]
|
30 |
build-backend = "poetry.core.masonry.api"
|
|
|
4 |
description = ""
|
5 |
authors = ["Rahkakavee Baskaran <[email protected]>"]
|
6 |
readme = "README.md"
|
7 |
+
|
8 |
|
9 |
[tool.poetry.dependencies]
|
10 |
python = "^3.10"
|
|
|
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"
|