Skip to content

Commit 704420e

Browse files
Oleg Chaplashkinylobankov
authored andcommitted
Pin PyYAML version to 5.3.1
For now PyYAML=5.4.1 cannot be installed in Python 3.10.12 environment due to recently released Cython 3.0.0 [1]. This causes builds to fail. Pinned the dependency version to 5.3.1 until the issue [2] is solved. [1] https://github.com/cython/cython/releases/tag/3.0.0 [2] yaml/pyyaml#724
1 parent d34ecb0 commit 704420e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
PyYAML==5.*
1+
# Pin pyyaml to 5.3.1 until yaml/pyyaml#724 is fixed.
2+
PyYAML==5.3.1
23
gevent==21.*

0 commit comments

Comments
 (0)