Skip to content

Commit

Permalink
chore(deps): Downgrade PyYAML to work around install error
Browse files Browse the repository at this point in the history
See yaml/pyyaml#724 for details. PyYAML 6.0.2
does not work because some dependencies depend on PyYAML 5.
  • Loading branch information
Holzhaus committed Nov 4, 2024
1 parent faa1ed0 commit 02c222d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pelican==4.9.1
Pygments==2.17.2
python-dateutil==2.8.2
pytz==2023.3.post1
PyYAML==5.4.1
PyYAML==5.3.1
rich==13.7.0
six==1.16.0
Unidecode==1.3.8

0 comments on commit 02c222d

Please sign in to comment.