mirror of
1
0
Fork 0

deps: update to use pyyaml 6

This commit is contained in:
Rui Chen 2023-07-19 00:07:55 -04:00 committed by GitHub
parent 712b30a445
commit 53f20805f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ setup(
"wheel>=0.31.0",
],
install_requires=[
"PyYAML>=5.3,<6",
"PyYAML",
],
extras_require={
"dev": {