Spaces:
Runtime error
Runtime error
Spencer525
commited on
Commit
•
fe1a3f7
1
Parent(s):
27dbe0a
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
urllib3
|
2 |
gradio
|
3 |
pandas
|
4 |
-
|
5 |
-
langchain-community==0.0.20
|
6 |
langchain_google_genai==0.0.4
|
7 |
pypdf
|
8 |
torch
|
9 |
transformers
|
10 |
accelerate
|
11 |
Pillow
|
|
|
|
|
|
|
|
1 |
urllib3
|
2 |
gradio
|
3 |
pandas
|
4 |
+
|
|
|
5 |
langchain_google_genai==0.0.4
|
6 |
pypdf
|
7 |
torch
|
8 |
transformers
|
9 |
accelerate
|
10 |
Pillow
|
11 |
+
|
12 |
+
langchain>=0.2.30
|
13 |
+
pydantic>=2.0.0
|