1
0
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:
Vincent 2021-09-01 18:58:44 +02:00 committed by GitHub
parent d7cb9f77f1
commit ad70ce4653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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