renatotn7 commited on
Commit
736755c
1 Parent(s): b2ec75a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
  basicsr>=1.4.2
2
  facexlib>=0.2.5
3
  lmdb
4
- numpy
5
  opencv-python
6
  pyyaml
7
  scipy
@@ -11,6 +10,6 @@ torchvision
11
  tqdm
12
  yapf
13
  realesrgan
14
- ffmpeg
15
- libsm6
16
- libxext6
 
1
  basicsr>=1.4.2
2
  facexlib>=0.2.5
3
  lmdb
 
4
  opencv-python
5
  pyyaml
6
  scipy
 
10
  tqdm
11
  yapf
12
  realesrgan
13
+ torch>=1.7
14
+ numpy<1.21 # numba requires numpy<1.21,>=1.17
15
+