Corrected PyYAML dependency (#4598)

5.4.2 is absent on PyPI
This commit is contained in:
Mikhail Ryzhov 2021-03-04 09:21:56 +03:00 committed by GitHub
parent 7239a1aff3
commit 819bdbe4eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ networkx==2.2
tqdm==4.31.1 tqdm==4.31.1
texttable==1.6.3 texttable==1.6.3
py-cpuinfo!=5.0,!=6.0 py-cpuinfo!=5.0,!=6.0
PyYAML>=5.4.2 PyYAML>=5.4.1
pillow>=8.1.0 pillow>=8.1.0
scikit-image scikit-image
scikit-learn scikit-learn