Spaces:
Build error
Build error
Wisdom Chen
commited on
Update requirements.txt
Browse files- requirements.txt +14 -14
requirements.txt
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
-
streamlit
|
2 |
-
streamlit-chat
|
3 |
-
torch
|
4 |
-
transformers
|
5 |
-
open_clip_torch
|
6 |
-
pillow
|
7 |
-
pandas
|
8 |
-
numpy
|
9 |
-
faiss-cpu
|
10 |
-
huggingface_hub
|
11 |
-
langchain
|
12 |
-
requests
|
13 |
-
bitsandbytes
|
14 |
-
matplotlib
|
|
|
1 |
+
streamlit
|
2 |
+
streamlit-chat
|
3 |
+
torch
|
4 |
+
transformers
|
5 |
+
open_clip_torch
|
6 |
+
pillow
|
7 |
+
pandas
|
8 |
+
numpy<2.0.0
|
9 |
+
faiss-cpu
|
10 |
+
huggingface_hub
|
11 |
+
langchain
|
12 |
+
requests
|
13 |
+
bitsandbytes
|
14 |
+
matplotlib
|