Merge pull request #87 from SSardorf/master

fix: update requirements.txt
This commit is contained in:
Daniel Gatis 2021-03-18 22:03:56 -03:00 committed by GitHub
commit 44c3ef473f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
flask==1.1.2 flask>=1.1.2
numpy==1.19.5 numpy>=1.19.5
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
scipy==1.5.4 scipy>=1.5.4
pymatting==1.1.1 pymatting>=1.1.1
filetype==1.0.7 filetype>=1.0.7
hsh==1.1.0 hsh>=1.1.0