Spaces:
Build error
Build error
Wisdom Chen
commited on
Update requirements.txt
Browse files- requirements.txt +15 -14
requirements.txt
CHANGED
@@ -1,16 +1,17 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
Pillow>=
|
8 |
requests>=2.31.0
|
9 |
-
matplotlib>=3.8.0
|
10 |
faiss-cpu>=1.7.4
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
|
|
|
|
|
1 |
+
streamlit>=1.28.0
|
2 |
+
torch>=2.0.0
|
3 |
+
transformers>=4.34.0
|
4 |
+
open_clip_torch>=2.20.0
|
5 |
+
pandas>=2.0.0
|
6 |
+
numpy>=1.24.0
|
7 |
+
Pillow>=9.5.0
|
8 |
requests>=2.31.0
|
|
|
9 |
faiss-cpu>=1.7.4
|
10 |
+
matplotlib>=3.7.0
|
11 |
+
python-dotenv>=1.0.0
|
12 |
+
huggingface_hub>=0.19.0
|
13 |
+
langchain>=0.0.350
|
14 |
+
streamlit-chat>=0.1.1
|
15 |
+
bitsandbytes>=0.41.0
|
16 |
+
accelerate>=0.24.0
|
17 |
+
safetensors>=0.4.0
|