assile commited on
Commit
ac93985
·
verified ·
1 Parent(s): 3610052

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt CHANGED
@@ -13,6 +13,16 @@ torchvision==0.20.1; sys_platform == 'darwin'
13
  onnxruntime==1.20.1; sys_platform == 'darwin' and platform_machine != 'arm64'
14
  onnxruntime-silicon==1.16.3; sys_platform == 'darwin' and platform_machine == 'arm64'
15
  onnxruntime-gpu==1.20.1; sys_platform != 'darwin'
 
 
 
 
 
 
 
 
 
 
16
  tqdm==4.66.4
17
  ftfy
18
  regex
 
13
  onnxruntime==1.20.1; sys_platform == 'darwin' and platform_machine != 'arm64'
14
  onnxruntime-silicon==1.16.3; sys_platform == 'darwin' and platform_machine == 'arm64'
15
  onnxruntime-gpu==1.20.1; sys_platform != 'darwin'
16
+ tensorflow==2.14.0
17
+ tk==0.1.0
18
+ customtkinter==5.2.0
19
+ tkinterdnd2==0.3.0; sys_platform != 'darwin' and platform_machine != 'arm64'
20
+ tkinterdnd2-universal==1.7.3; sys_platform == 'darwin' and platform_machine == 'arm64'
21
+ pillow==10.0.0
22
+ protobuf==4.23.4
23
+ gfpgan==1.3.8
24
+ opennsfw2
25
+ keras
26
  tqdm==4.66.4
27
  ftfy
28
  regex