YOUKKASS commited on
Commit
8424767
·
verified ·
1 Parent(s): b1ff060

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,10 +1,10 @@
1
- paddleocr==2.6.1.3
2
- paddlepaddle==2.4.2
3
- opencv-python-headless==4.7.0
4
- Pillow==9.5.0
5
- requests==2.28.2
6
- arabic-reshaper==3.0.0
7
- python-bidi==0.4.2
8
- gradio==3.34.0
9
  protobuf==3.20.3
10
- numpy==1.23.5
 
1
+ paddleocr>=2.7.0
2
+ paddlepaddle==2.6.0
3
+ opencv-python-headless>=4.8.0
4
+ Pillow>=10.0.0
5
+ requests>=2.31.0
6
+ arabic-reshaper>=3.0.0
7
+ python-bidi>=0.4.2
8
+ gradio>=3.41.2
9
  protobuf==3.20.3
10
+ numpy<2.0.0,>=1.24.0