Skip to content

Commit

Permalink
fix: Fixed the installation error caused by a PyYAML issue
Browse files Browse the repository at this point in the history
yaml/pyyaml#601

PiperOrigin-RevId: 548990602
  • Loading branch information
Ark-kun authored and Copybara-Service committed Jul 18, 2023
1 parent 701c3a2 commit 4b86ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"pyarrow >= 6.0.1",
]
pipelines_extra_require = [
"pyyaml>=5.3,<6",
"pyyaml>=5.3,<7",
]
datasets_extra_require = [
"pyarrow >= 3.0.0, < 8.0dev",
Expand Down

0 comments on commit 4b86ce1

Please sign in to comment.