Spaces:
Build error
Build error
add chromadb
Browse files- pyproject.toml +6 -6
pyproject.toml
CHANGED
@@ -3,7 +3,7 @@ name = "planning-ai"
|
|
3 |
version = "0.1.0"
|
4 |
description = "Add your description here"
|
5 |
readme = "README.md"
|
6 |
-
requires-python = ">=3.
|
7 |
dependencies = [
|
8 |
"python-dotenv>=1.0.1",
|
9 |
"langchain-core>=0.2.38",
|
@@ -20,15 +20,15 @@ dependencies = [
|
|
20 |
"pdf2image>=1.17.0",
|
21 |
"pandas>=2.2.2",
|
22 |
"tabulate>=0.9.0",
|
23 |
-
"opencage>=3.0.1",
|
24 |
-
"geopandas>=1.0.1",
|
25 |
"matplotlib>=3.9.2",
|
26 |
-
"geodatasets>=2024.8.0",
|
27 |
-
"grandalf>=0.8",
|
28 |
"pyqt6>=6.7.1",
|
29 |
"presidio-anonymizer>=2.2.355",
|
30 |
"presidio-analyzer>=2.2.355",
|
31 |
-
"
|
|
|
|
|
|
|
|
|
32 |
]
|
33 |
|
34 |
[tool.uv]
|
|
|
3 |
version = "0.1.0"
|
4 |
description = "Add your description here"
|
5 |
readme = "README.md"
|
6 |
+
requires-python = ">=3.12,<3.13"
|
7 |
dependencies = [
|
8 |
"python-dotenv>=1.0.1",
|
9 |
"langchain-core>=0.2.38",
|
|
|
20 |
"pdf2image>=1.17.0",
|
21 |
"pandas>=2.2.2",
|
22 |
"tabulate>=0.9.0",
|
|
|
|
|
23 |
"matplotlib>=3.9.2",
|
|
|
|
|
24 |
"pyqt6>=6.7.1",
|
25 |
"presidio-anonymizer>=2.2.355",
|
26 |
"presidio-analyzer>=2.2.355",
|
27 |
+
"pypdf2>=3.0.1",
|
28 |
+
"beautifulsoup4>=4.12.3",
|
29 |
+
"chromadb>=0.5.23",
|
30 |
+
# "langchain-chroma>=0.1.4",
|
31 |
+
"pypdf>=5.1.0",
|
32 |
]
|
33 |
|
34 |
[tool.uv]
|