Didier commited on
Commit
02c0c81
·
verified ·
1 Parent(s): 8a606f4

Update requirements.txt

Browse files

Adding "cloudpickle" as it appears to be necessary for the application to build properly.

Files changed (1) hide show
  1. 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