Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@
|
|
2 |
transformers
|
3 |
numpy<2
|
4 |
torch==2.2.0
|
5 |
-
huggingface_hub==0.26.2
|
|
|
|
2 |
transformers
|
3 |
numpy<2
|
4 |
torch==2.2.0
|
5 |
+
huggingface_hub==0.26.2
|
6 |
+
pydantic==2.10.6
|