Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse filesAdding "cloudpickle" as it appears to be necessary for the application to build properly.
- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -4,4 +4,5 @@ dspy-ai
|
|
| 4 |
mistralai
|
| 5 |
litellm
|
| 6 |
pypdf
|
| 7 |
-
pytz
|
|
|
|
|
|
| 4 |
mistralai
|
| 5 |
litellm
|
| 6 |
pypdf
|
| 7 |
+
pytz
|
| 8 |
+
cloudpickle
|