randomtable commited on
Commit
a4f2f29
·
verified ·
1 Parent(s): 284c733

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,13 +1,13 @@
1
- torch>=1.7
2
  basicsr>=1.4.2
3
  facexlib>=0.2.5
4
  gfpgan>=1.3.7
5
  realesrgan>=0.2.5
6
  numpy
7
  opencv-python
8
- torchvision
9
  scipy
10
  tqdm
11
  lmdb
12
  pyyaml
13
- yapf
 
 
 
 
1
  basicsr>=1.4.2
2
  facexlib>=0.2.5
3
  gfpgan>=1.3.7
4
  realesrgan>=0.2.5
5
  numpy
6
  opencv-python
 
7
  scipy
8
  tqdm
9
  lmdb
10
  pyyaml
11
+ yapf
12
+ torch==2.0.1
13
+ torchvision==0.15.2