We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f27ef commit a08a6ebCopy full SHA for a08a6eb
requirements.txt
@@ -3,4 +3,6 @@ im-data-manager-job-decoder == 1.17.1
3
munch == 2.5.0
4
yamllint == 1.30.0
5
6
-pyyaml >= 5.4.1, < 6.0.0
+# 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