Spaces:
Sleeping
Sleeping
Commit
·
a5aa5d1
1
Parent(s):
8d55f55
update requirements
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,8 +4,9 @@ gradio==5.20.1
|
|
4 |
langchain==0.3.20
|
5 |
numpy==1.26.4
|
6 |
openai==1.65.5
|
7 |
-
pandas==
|
8 |
peft==0.14.0
|
|
|
9 |
requests==2.28.1
|
10 |
tqdm==4.64.1
|
11 |
langchain-community==0.3.19
|
|
|
4 |
langchain==0.3.20
|
5 |
numpy==1.26.4
|
6 |
openai==1.65.5
|
7 |
+
pandas==2.2.3
|
8 |
peft==0.14.0
|
9 |
+
pretty-errors==1.2.25
|
10 |
requests==2.28.1
|
11 |
tqdm==4.64.1
|
12 |
langchain-community==0.3.19
|