Spaces:
Sleeping
Sleeping
Fix some libraries version
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -4,10 +4,13 @@ langchain-mistralai
|
|
4 |
langchain-community
|
5 |
faiss-cpu
|
6 |
python-dotenv
|
7 |
-
chainlit
|
8 |
openai
|
9 |
pypdf
|
10 |
tiktoken
|
11 |
gradio_client
|
12 |
pypdf
|
13 |
-
pypdf2
|
|
|
|
|
|
|
|
4 |
langchain-community
|
5 |
faiss-cpu
|
6 |
python-dotenv
|
7 |
+
# chainlit
|
8 |
openai
|
9 |
pypdf
|
10 |
tiktoken
|
11 |
gradio_client
|
12 |
pypdf
|
13 |
+
pypdf2
|
14 |
+
|
15 |
+
chainlit==latest
|
16 |
+
pydantic<2.0
|