Boka73 commited on
Commit
ae50cb7
·
verified ·
1 Parent(s): 8c43ab9

update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -23
requirements.txt CHANGED
@@ -1,43 +1,34 @@
1
- --extra-index-url https://download.pytorch.org/whl/cu118
2
  gradio[oauth,mcp]
 
3
  # Hugging Face integration
4
  huggingface_hub>=0.23.0
5
  spaces
 
 
6
  numpy==1.24.3
7
  opencv-python==4.8.0.74
 
8
  onnx==1.14.0
9
  insightface==0.7.3
10
  psutil==5.9.5
 
 
11
  tk==0.1.0
12
  customtkinter==5.2.0
13
  tkinterdnd2==0.3.0; sys_platform != 'darwin' and platform_machine != 'arm64'
14
  tkinterdnd2-universal==1.7.3; sys_platform == 'darwin' and platform_machine == 'arm64'
15
- pillow==10.0.0
16
- onnxruntime==1.15.1; python_version != '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
17
- onnxruntime-coreml==1.13.1; python_version == '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64'
18
- onnxruntime-silicon==1.13.1; sys_platform == 'darwin' and platform_machine == 'arm64'
19
- onnxruntime-gpu==1.15.1; sys_platform != 'darwin'
20
- tensorflow==2.13.0
21
- opennsfw2==0.10.2
22
- protobuf==4.23.4
23
- tqdm==4.65.0
24
- gfpgan==1.3.8
25
- numpy==1.24.3
26
- opencv-python==4.8.0.74
27
- onnx==1.14.0
28
- insightface==0.7.3
29
- psutil==5.9.5
30
- tk==0.1.0
31
- customtkinter==5.2.0
32
- tkinterdnd2==0.3.0
33
  onnxruntime==1.15.0
 
 
34
  tensorflow==2.13.0
35
  opennsfw2==0.10.2
36
  protobuf==4.23.4
37
  tqdm==4.65.0
38
- setuptools
39
- wheel
40
- python-3.10
41
- pip>=24.0
42
  setuptools>=70.0.0
43
  wheel
 
 
 
1
  gradio[oauth,mcp]
2
+
3
  # Hugging Face integration
4
  huggingface_hub>=0.23.0
5
  spaces
6
+
7
+ # Core deps (single version each)
8
  numpy==1.24.3
9
  opencv-python==4.8.0.74
10
+ pillow==10.0.0
11
  onnx==1.14.0
12
  insightface==0.7.3
13
  psutil==5.9.5
14
+
15
+ # Roop / GUI deps (tkinter-টাই Space-এ আসলে লাগবে না, কিন্তু রাখতে চাইলে)
16
  tk==0.1.0
17
  customtkinter==5.2.0
18
  tkinterdnd2==0.3.0; sys_platform != 'darwin' and platform_machine != 'arm64'
19
  tkinterdnd2-universal==1.7.3; sys_platform == 'darwin' and platform_machine == 'arm64'
20
+
21
+ # ONNXRuntime CPU (GPU/DirectML বাদ)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  onnxruntime==1.15.0
23
+
24
+ # NSFW / classifier tools
25
  tensorflow==2.13.0
26
  opennsfw2==0.10.2
27
  protobuf==4.23.4
28
  tqdm==4.65.0
29
+ gfpgan==1.3.8
30
+
31
+ # Build tools (version কনফ্লিক্ট ছাড়া)
 
32
  setuptools>=70.0.0
33
  wheel
34
+ pip>=24.0