mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-08-19 00:05:54 +08:00
fix: package requirements allow minor versions of torch
This commit is contained in:
parent
50f2061801
commit
5c1201d454
@ -2,8 +2,8 @@ flask==1.1.2
|
|||||||
numpy==1.19.4
|
numpy==1.19.4
|
||||||
pillow==8.0.1
|
pillow==8.0.1
|
||||||
scikit-image==0.17.2
|
scikit-image==0.17.2
|
||||||
torch==1.7.0
|
torch~=1.7.0
|
||||||
torchvision==0.8.1
|
torchvision~=0.8.1
|
||||||
waitress==1.4.4
|
waitress==1.4.4
|
||||||
tqdm==4.51.0
|
tqdm==4.51.0
|
||||||
requests==2.24.0
|
requests==2.24.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user