We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9b97b commit b91112aCopy full SHA for b91112a
1 file changed
requirements.txt
@@ -26,9 +26,9 @@ Jinja2 >= 2.10, < 3
26
jsonpointer >= 1.10, < 2
27
jsonschema >= 2.6, < 3
28
29
-# Pinned due to an incompatibility with later versions of puremagic.
+# Version range restricted due to an incompatibility with later versions of puremagic.
30
# See https://github.com/HumanCellAtlas/dcp-cli/pull/245.
31
-puremagic==1.5
+puremagic >= 1.4, < 1.5
32
33
PyJWT >= 1.6.4, < 2
34
requests >= 2.20.0, < 3
0 commit comments