Skip to content

Commit b91112a

Browse files
committed
Restore puremagic version range limit
Fixup for ac9b97b
1 parent ac9b97b commit b91112a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Jinja2 >= 2.10, < 3
2626
jsonpointer >= 1.10, < 2
2727
jsonschema >= 2.6, < 3
2828

29-
# Pinned due to an incompatibility with later versions of puremagic.
29+
# Version range restricted due to an incompatibility with later versions of puremagic.
3030
# See https://github.com/HumanCellAtlas/dcp-cli/pull/245.
31-
puremagic==1.5
31+
puremagic >= 1.4, < 1.5
3232

3333
PyJWT >= 1.6.4, < 2
3434
requests >= 2.20.0, < 3

0 commit comments

Comments
 (0)