Skip to content

Commit a08a6eb

Browse files
author
Alan Christie
committed
build: Attempt to fix build issues with current PyYAML build failure
Use of PyYAML 5.3.1 (was 5.4.1)
1 parent 32f27ef commit a08a6eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ im-data-manager-job-decoder == 1.17.1
33
munch == 2.5.0
44
yamllint == 1.30.0
55

6-
pyyaml >= 5.4.1, < 6.0.0
6+
# Docker compose limits us to PyYAML 5.x
7+
# Cython 3 issues (20 Jul) prevent us from using PyYAML 5.4.1
8+
pyyaml == 5.3.1

0 commit comments

Comments
 (0)