Skip to content

Commit 1c43bb5

Browse files
committed
updated dependencies
1 parent f7c74e0 commit 1c43bb5

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ duckdb
1212
duckdb-engine
1313
openpyxl
1414
faiss-cpu
15-
langgraph-checkpoint-sqlite
15+
langgraph-checkpoint-sqlite
16+
gradio

setup.py

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,21 @@
66
packages=find_packages(where="src"),
77
package_dir={"": "src"},
88
install_requires=[
9-
"python-dotenv",
10-
# "numpy",
11-
# "wandb",
12-
# "gradio",
139
"ipykernel",
14-
# "matplotlib",
15-
# "torch",
16-
# "torchvision",
17-
# "accelerate",
18-
# "segmentation-models-pytorch",
19-
# "gdown",
20-
# "tqdm",
21-
# "torchmetrics[image]",
22-
# "boto3",
10+
"langchain",
11+
"langchain-community",
12+
"langchain-google-genai",
13+
"langchain-pinecone",
14+
"pypdf",
15+
"python-dotenv",
16+
"pinecone",
17+
"langgraph",
18+
"unstructured[pdf,docx,pptx,md,image]",
19+
"duckdb",
20+
"duckdb-engine",
21+
"openpyxl",
22+
"faiss-cpu",
23+
"langgraph-checkpoint-sqlite",
24+
"gradio",
2325
],
2426
)

0 commit comments

Comments
 (0)