Wisdom Chen commited on
Commit
295b937
·
unverified ·
1 Parent(s): b898a66

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -14
requirements.txt CHANGED
@@ -1,16 +1,17 @@
1
- setuptools>=69.0.0
2
- wheel>=0.42.0
3
- streamlit==1.28.0
4
- streamlit-chat==0.1.1
5
- numpy>=1.26.0
6
- pandas>=2.1.0
7
- Pillow>=10.0.0
8
  requests>=2.31.0
9
- matplotlib>=3.8.0
10
  faiss-cpu>=1.7.4
11
- huggingface-hub>=0.19.0
12
- transformers>=4.35.0
13
- torch>=2.1.0 --index-url https://download.pytorch.org/whl/cpu
14
- open-clip-torch>=2.20.0
15
- langchain>=0.0.300
16
- accelerate>=0.21.0
 
 
 
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