Commit 704420e
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#7241 parent d34ecb0 commit 704420e
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
0 commit comments