Skip to content

Commit 655fa85

Browse files
Set minimum version of python-constraint (#574)
python-constraint 1.3.1 can't handle `AllDifferentConstraint()` correctly, this is a bug from upstream that must be fixed by a version upgrade Co-authored-by: Umer Shahid <[email protected]>
1 parent 053d888 commit 655fa85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Pygments>=2.4.2
2626
pyparsing>=2.4.0
2727
pytablewriter
2828
pytest
29-
python-constraint
29+
python-constraint>=1.4.0
3030
python-dateutil>=2.8.0
3131
pytz>=2019.1
3232
pyyaml

0 commit comments

Comments
 (0)