Abhinav-hf commited on
Commit
1fdcaba
·
verified ·
1 Parent(s): b962b9c

Depreciated numpy and opencv-python

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
  gradio
2
  matplotlib
3
- numpy
 
 
4
  opencv_contrib_python
5
- opencv_python
6
  opencv_python_headless
7
  paddleocr==2.7.2
8
  paddlepaddle
 
1
  gradio
2
  matplotlib
3
+ numpy==2.1.1
4
+ opencv-python==4.10.0.84
5
+ albumentations==1.4.10
6
  opencv_contrib_python
 
7
  opencv_python_headless
8
  paddleocr==2.7.2
9
  paddlepaddle