Spaces:
Build error
Build error
Wisdom Chen
commited on
Update requirements.txt
Browse files- requirements.txt +13 -15
requirements.txt
CHANGED
@@ -1,15 +1,13 @@
|
|
1 |
-
streamlit
|
2 |
-
streamlit-chat
|
3 |
-
torch
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
matplotlib
|
15 |
-
accelerate>=0.26.0
|
|
|
1 |
+
streamlit==1.31.0
|
2 |
+
streamlit-chat==0.1.1
|
3 |
+
torch==2.1.2
|
4 |
+
Pillow==10.2.0
|
5 |
+
requests==2.31.0
|
6 |
+
open-clip-torch==2.23.0
|
7 |
+
transformers==4.36.2
|
8 |
+
huggingface-hub==0.20.2
|
9 |
+
langchain==0.1.0
|
10 |
+
faiss-cpu==1.7.4
|
11 |
+
numpy==1.26.3
|
12 |
+
pandas==2.1.4
|
13 |
+
matplotlib==3.8.2
|
|
|
|