Update requirements.txt
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
huggingface_hub
|
| 3 |
opencv-python
|
| 4 |
numpy
|
| 5 |
torch
|
|
@@ -8,24 +8,20 @@ tqdm
|
|
| 8 |
ffmpeg-python
|
| 9 |
albumentations~=1.4.10
|
| 10 |
filesplit==3.0.2
|
| 11 |
-
opencv-python==4.11.0.86
|
| 12 |
scikit-image==0.25.2
|
| 13 |
imgaug==0.4.0
|
| 14 |
pyclipper==1.3.0.post6
|
| 15 |
lmdb==1.6.2
|
| 16 |
PyYAML==6.0.2
|
| 17 |
omegaconf==2.3.0
|
| 18 |
-
tqdm==4.67.1
|
| 19 |
PySimpleGUI-4-foss==4.60.4.1
|
| 20 |
easydict==1.13
|
| 21 |
scikit-learn==1.6.1
|
| 22 |
pandas==2.2.3
|
| 23 |
webdataset==0.2.111
|
| 24 |
-
numpy==2.2.5
|
| 25 |
protobuf==6.30.2
|
| 26 |
av==14.3.0
|
| 27 |
einops==0.8.1
|
| 28 |
paddleocr==2.10.0
|
| 29 |
paddle2onnx==1.3.1
|
| 30 |
onnxruntime-gpu==1.20.1
|
| 31 |
-
onnxruntime-directml==1.20.1; sys_platform == 'win32'
|
|
|
|
| 1 |
+
gradio>=4.24.0
|
| 2 |
+
huggingface_hub>=0.20.2
|
| 3 |
opencv-python
|
| 4 |
numpy
|
| 5 |
torch
|
|
|
|
| 8 |
ffmpeg-python
|
| 9 |
albumentations~=1.4.10
|
| 10 |
filesplit==3.0.2
|
|
|
|
| 11 |
scikit-image==0.25.2
|
| 12 |
imgaug==0.4.0
|
| 13 |
pyclipper==1.3.0.post6
|
| 14 |
lmdb==1.6.2
|
| 15 |
PyYAML==6.0.2
|
| 16 |
omegaconf==2.3.0
|
|
|
|
| 17 |
PySimpleGUI-4-foss==4.60.4.1
|
| 18 |
easydict==1.13
|
| 19 |
scikit-learn==1.6.1
|
| 20 |
pandas==2.2.3
|
| 21 |
webdataset==0.2.111
|
|
|
|
| 22 |
protobuf==6.30.2
|
| 23 |
av==14.3.0
|
| 24 |
einops==0.8.1
|
| 25 |
paddleocr==2.10.0
|
| 26 |
paddle2onnx==1.3.1
|
| 27 |
onnxruntime-gpu==1.20.1
|
|
|