Spaces:
Build error
Build error
Wisdom Chen
commited on
Update requirements.txt
Browse files- requirements.txt +14 -13
requirements.txt
CHANGED
@@ -1,13 +1,14 @@
|
|
1 |
-
streamlit==1.
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
faiss-cpu
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
1 |
+
streamlit==1.28.0
|
2 |
+
torch>=2.0.0
|
3 |
+
transformers>=4.30.0
|
4 |
+
open-clip-torch>=2.20.0
|
5 |
+
pandas>=2.0.0
|
6 |
+
numpy<=1.25.1
|
7 |
+
Pillow>=9.0.0
|
8 |
+
requests>=2.28.0
|
9 |
+
matplotlib>=3.7.0
|
10 |
+
faiss-cpu>=1.7.4
|
11 |
+
huggingface-hub>=0.16.0
|
12 |
+
langchain>=0.0.300
|
13 |
+
bitsandbytes>=0.41.0
|
14 |
+
accelerate>=0.21.0
|