YourAIEngineer commited on
Commit
95be251
·
verified ·
1 Parent(s): 0478b6c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -9
requirements.txt CHANGED
@@ -1,9 +1,8 @@
1
- streamlit
2
- opencv-python-headless==4.6.0.66
3
- numpy==1.23.5
4
- pillow
5
- albumentations
6
- pandas
7
- openai==0.27.8
8
- paddlepaddle==2.5.2
9
- paddleocr
 
1
+ streamlit==1.28.0
2
+ opencv-python-headless==4.8.1.78
3
+ numpy==1.24.3
4
+ pandas==2.0.3
5
+ Pillow==10.0.1
6
+ paddlepaddle==2.5.1
7
+ paddleocr==2.7.0.3
8
+ requests==2.31.0