Spaces:
Build error
Build error
Wisdom Chen
commited on
Update requirements.txt
Browse files- requirements.txt +11 -10
requirements.txt
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
-
setuptools>=
|
|
|
2 |
streamlit==1.28.0
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
Pillow>=9.0.0
|
9 |
-
requests>=2.28.0
|
10 |
-
matplotlib>=3.7.0
|
11 |
faiss-cpu>=1.7.4
|
12 |
-
huggingface-hub>=0.
|
|
|
|
|
|
|
13 |
langchain>=0.0.300
|
14 |
bitsandbytes>=0.41.0
|
15 |
accelerate>=0.21.0
|
|
|
1 |
+
setuptools>=69.0.0
|
2 |
+
wheel>=0.42.0
|
3 |
streamlit==1.28.0
|
4 |
+
numpy>=1.26.0
|
5 |
+
pandas>=2.1.0
|
6 |
+
Pillow>=10.0.0
|
7 |
+
requests>=2.31.0
|
8 |
+
matplotlib>=3.8.0
|
|
|
|
|
|
|
9 |
faiss-cpu>=1.7.4
|
10 |
+
huggingface-hub>=0.19.0
|
11 |
+
transformers>=4.35.0
|
12 |
+
torch>=2.1.0
|
13 |
+
open-clip-torch>=2.20.0
|
14 |
langchain>=0.0.300
|
15 |
bitsandbytes>=0.41.0
|
16 |
accelerate>=0.21.0
|