Spaces:
Running
Running
Aymeric Roucher
commited on
Commit
·
7effcc6
1
Parent(s):
000f826
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -6,4 +6,6 @@ huggingface_hub==0.19.4
|
|
6 |
langchain==0.0.351
|
7 |
pandas==2.1.4
|
8 |
tqdm==4.64.1
|
9 |
-
transformers==4.35.2
|
|
|
|
|
|
6 |
langchain==0.0.351
|
7 |
pandas==2.1.4
|
8 |
tqdm==4.64.1
|
9 |
+
transformers==4.35.2
|
10 |
+
pydantic==1.10.13
|
11 |
+
pydantic_core==2.14.5
|