Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -13,6 +13,8 @@ sentencepiece
|
|
| 13 |
# Pydantic for data validation and schema definitions
|
| 14 |
pydantic==1.10.7
|
| 15 |
|
|
|
|
|
|
|
| 16 |
# Logging and utilities
|
| 17 |
loguru==0.7.0 # Optional: For enhanced logging
|
| 18 |
|
|
|
|
| 13 |
# Pydantic for data validation and schema definitions
|
| 14 |
pydantic==1.10.7
|
| 15 |
|
| 16 |
+
numpy<2
|
| 17 |
+
|
| 18 |
# Logging and utilities
|
| 19 |
loguru==0.7.0 # Optional: For enhanced logging
|
| 20 |
|