Ii commited on
Commit
03f881a
·
verified ·
1 Parent(s): d351bc5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +42 -15
requirements.txt CHANGED
@@ -1,23 +1,50 @@
1
- # Video processing and image handling
2
  ffmpeg-python==0.2.0
3
  opencv-python==4.7.0.72
4
  opencv-python-headless==4.7.0.72
5
  scikit-image==0.20.0
6
- numpy==1.23.5 # Updated numpy version to avoid compatibility issues
7
- scrfd
8
-
9
- # Deep learning and model inference
10
  onnx==1.14.0
11
  onnxruntime-gpu==1.15.0
12
  insightface==0.7.3
13
-
14
- # Progress bar and system utilities
15
- tqdm
16
- psutil
17
-
18
- # Gradio for UI
19
  gradio==3.24
20
-
21
- # Hugging Face model handling and additional tools
22
- requests
23
- huggingface_hub
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ffmpeg-python==0.2.0
2
  opencv-python==4.7.0.72
3
  opencv-python-headless==4.7.0.72
4
  scikit-image==0.20.0
5
+ numpy==1.21.6 # Update numpy to a version compatible with other packages
6
+ scrfd==0.2.1
 
 
7
  onnx==1.14.0
8
  onnxruntime-gpu==1.15.0
9
  insightface==0.7.3
10
+ tqdm==4.67.1
11
+ psutil==6.1.1
 
 
 
 
12
  gradio==3.24
13
+ requests==2.32.3
14
+ huggingface_hub==0.27.0
15
+ future==1.0.0
16
+ networkx==3.4.2
17
+ lazy_loader==0.4
18
+ scipy==1.14.1
19
+ tifffile==2024.12.12
20
+ pillow==10.4.0
21
+ PyWavelets==1.8.0
22
+ imageio==2.36.1
23
+ coloredlogs==15.0.1
24
+ flatbuffers==24.3.25
25
+ sympy==1.13.3
26
+ prettytable==3.12.0
27
+ cython==3.0.11
28
+ easydict==1.13
29
+ scikit-learn==1.6.0
30
+ albumentations==1.4.23
31
+ matplotlib==3.10.0
32
+ aiohttp==3.11.11
33
+ altair==5.5.0
34
+ markupsafe==3.0.2
35
+ websockets==14.1
36
+ orjson==3.10.12
37
+ markdown-it-py[linkify]==3.0.0
38
+ pydub==0.25.1
39
+ mdit-py-plugins<=0.3.3
40
+ gradio-client==1.5.2
41
+ pyyaml==6.0.2
42
+ aiofiles==24.1.0
43
+ uvicorn==0.34.0
44
+ httpx==0.28.1
45
+ python-multipart==0.0.20
46
+ semantic-version==2.10.0
47
+ ffmpy==0.5.0
48
+ jinja2==3.1.4
49
+ fastapi==0.115.6
50
+ onnxruntime==1.20.1