Wisdom Chen commited on
Commit
b955961
·
unverified ·
1 Parent(s): 7e2a0d3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -10
requirements.txt CHANGED
@@ -1,15 +1,16 @@
1
- setuptools>=65.5.0
 
2
  streamlit==1.28.0
3
- torch>=2.0.0
4
- transformers>=4.30.0
5
- open-clip-torch>=2.20.0
6
- pandas>=2.0.0
7
- numpy<=1.25.1
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.16.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