Skip to content

Commit 4b86ce1

Browse files
Ark-kuncopybara-github
authored andcommitted
fix: Fixed the installation error caused by a PyYAML issue
yaml/pyyaml#601 PiperOrigin-RevId: 548990602
1 parent 701c3a2 commit 4b86ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"pyarrow >= 6.0.1",
6060
]
6161
pipelines_extra_require = [
62-
"pyyaml>=5.3,<6",
62+
"pyyaml>=5.3,<7",
6363
]
6464
datasets_extra_require = [
6565
"pyarrow >= 3.0.0, < 8.0dev",

0 commit comments

Comments
 (0)