Skip to content

Commit

Permalink
PyYaml: fix failing dependencies installation
Browse files Browse the repository at this point in the history
Due to release of Cython version 3.0.0 the PyYaml version 5.4.1 cannot
be installed (for details see
yaml/pyyaml#724).

Bumping PyYaml to the latest version fixes the problem.
  • Loading branch information
palubaj authored and jfilak committed Jul 27, 2023
1 parent a4df89e commit 413294d
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
@@ -1,3 +1,3 @@
requests>=2.20.0
pyodata==1.7.0
PyYAML==5.4.1
PyYAML==6.0.1

0 comments on commit 413294d

Please sign in to comment.