mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2025-05-19 00:30:16 -07:00
Reordered requirements (#54)
* Reordered requirements It had the wrong order, resulting in `basicsr` not wanting to install. * update order * add comments Co-authored-by: Xintao <xintao.alpha@gmail.com>
This commit is contained in:
parent
d7cb9f77f1
commit
ad70ce4653
@ -1,11 +1,12 @@
|
||||
basicsr>=1.3.3.10
|
||||
facexlib>=0.2.0.2
|
||||
lmdb
|
||||
numpy
|
||||
torch>=1.7
|
||||
numpy<1.21 # numba requires numpy<1.21,>=1.17
|
||||
opencv-python
|
||||
torchvision
|
||||
scipy
|
||||
tqdm
|
||||
basicsr>=1.3.4.0
|
||||
facexlib>=0.2.0.3
|
||||
lmdb
|
||||
pyyaml
|
||||
tb-nightly
|
||||
torch>=1.7
|
||||
torchvision
|
||||
tqdm
|
||||
yapf
|
||||
|
Loading…
x
Reference in New Issue
Block a user