Skip to content

Commit

Permalink
Pin PyYAML version to 5.3.1
Browse files Browse the repository at this point in the history
For now PyYAML=5.4.1 cannot be installed in Python 3.10.12 environment
due to recently released Cython 3.0 [1]. This causes builds to fail.
Pinned the dependency version to 5.3.1 until the issue [2] is solved.

[1] cython/cython#2f3a781
[2] yaml/pyyaml#724
  • Loading branch information
ochaplashkin committed Jul 24, 2023
1 parent d34ecb0 commit 6a17940
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
@@ -1,2 +1,3 @@
PyYAML==5.*
# Pin pyyaml to 5.3.1 until yaml/pyyaml#724 is fixed.
PyYAML==5.3.1
gevent==21.*

0 comments on commit 6a17940

Please sign in to comment.