mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2025-05-19 08:40:34 -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
|
torch>=1.7
|
||||||
facexlib>=0.2.0.2
|
numpy<1.21 # numba requires numpy<1.21,>=1.17
|
||||||
lmdb
|
|
||||||
numpy
|
|
||||||
opencv-python
|
opencv-python
|
||||||
|
torchvision
|
||||||
|
scipy
|
||||||
|
tqdm
|
||||||
|
basicsr>=1.3.4.0
|
||||||
|
facexlib>=0.2.0.3
|
||||||
|
lmdb
|
||||||
pyyaml
|
pyyaml
|
||||||
tb-nightly
|
tb-nightly
|
||||||
torch>=1.7
|
|
||||||
torchvision
|
|
||||||
tqdm
|
|
||||||
yapf
|
yapf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user