Wisdom Chen commited on
Commit
ad68b42
·
unverified ·
1 Parent(s): c9e87c4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -14
requirements.txt CHANGED
@@ -1,14 +1,14 @@
1
- streamlit==1.28.2
2
- streamlit-chat==0.1.1
3
- torch>=2.0.0
4
- transformers>=4.41.2
5
- open_clip_torch==2.23.0
6
- pillow==10.1.0
7
- pandas==2.1.3
8
- numpy==1.26.2
9
- faiss-cpu>=1.7.4
10
- huggingface_hub==0.19.4
11
- langchain==0.0.339
12
- requests==2.31.0
13
- bitsandbytes>=0.41.1
14
- matplotlib==3.7.1
 
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