mirror of
1
0
Fork 0

Upgrade PyYAML to 5.3

This commit is contained in:
Anish Athalye 2020-01-06 20:11:22 -05:00
parent 9281d120dd
commit 5d83f9e797
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 0f64cbfa54b0b22dc7b776b7b98a7cd657e84d78
Subproject commit 2f463cf5b0e98a52bc20e348d1e69761bf263b86

View File

@ -73,7 +73,7 @@ setup(
],
install_requires=[
'PyYAML>=5.1.2,<6',
'PyYAML>=5.3,<6',
],
# To provide executable scripts, use entry points in preference to the