vettorazi commited on
Commit
4a912c9
1 Parent(s): 86a87f2

Upload 2 files

Browse files
Files changed (2) hide show
  1. requirements-ci.txt +14 -0
  2. requirements.txt +23 -0
requirements-ci.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ numpy==1.23.5
2
+ opencv-python==4.7.0.72
3
+ onnx==1.14.0
4
+ insightface==0.7.3
5
+ psutil==5.9.5
6
+ tk==0.1.0
7
+ customtkinter==5.1.3
8
+ torch==2.0.1
9
+ torchvision==0.15.2
10
+ onnxruntime==1.15.0
11
+ tensorflow==2.12.0
12
+ opennsfw2==0.10.2
13
+ protobuf==4.23.2
14
+ tqdm==4.65.0
requirements.txt ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu118
2
+
3
+ numpy==1.23.5
4
+ opencv-python==4.7.0.72
5
+ onnx==1.14.0
6
+ insightface==0.7.3
7
+ psutil==5.9.5
8
+ tk==0.1.0
9
+ customtkinter==5.1.3
10
+ pillow==9.5.0
11
+ torch==2.0.1+cu118; sys_platform != 'darwin'
12
+ torch==2.0.1; sys_platform == 'darwin'
13
+ torchvision==0.15.2+cu118; sys_platform != 'darwin'
14
+ torchvision==0.15.2; sys_platform == 'darwin'
15
+ onnxruntime==1.15.0; sys_platform == 'darwin' and platform_machine != 'arm64'
16
+ onnxruntime-silicon==1.13.1; sys_platform == 'darwin' and platform_machine == 'arm64'
17
+ onnxruntime-gpu==1.15.0; sys_platform != 'darwin'
18
+ tensorflow==2.13.0rc1; sys_platform == 'darwin'
19
+ tensorflow==2.12.0; sys_platform != 'darwin'
20
+ opennsfw2==0.10.2
21
+ protobuf==4.23.2
22
+ tqdm==4.65.0
23
+ gfpgan==1.3.8