We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d53abe commit e0bb069Copy full SHA for e0bb069
setup.py
@@ -89,6 +89,8 @@
89
# Utilities from PyPA to e.g., compare versions
90
"packaging",
91
"responses<0.19",
92
+ # To parse YAML metadata from dataset cards
93
+ "pyyaml>=5.1",
94
]
95
96
AUDIO_REQUIRE = [
0 commit comments