Skip to content

Commit

Permalink
Update pip-tools
Browse files Browse the repository at this point in the history
pip-tools <6.4.0 is incompatible with pip 21.3
See <jazzband/pip-tools#1503> for details.
  • Loading branch information
jeohist committed Oct 20, 2021
1 parent e34c8a4 commit d285efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,7 +4,7 @@ TEST_PROCESSES := $(if $(TEST_PROCESSES),$(TEST_PROCESSES),2)
TEST_FILES := $(if $(TEST_FILES),$(TEST_FILES),tests/integration/test_*.py)
MAX_LINE_LENGTH = $(shell cat .pylintrc | grep max-line-length | cut -d '=' -f 2 | xargs)

PIP_TOOLS_VERSION = 6.2.0
PIP_TOOLS_VERSION = 6.4.0
PYTHON_PLATFORM := $(if $(PYTHON_PLATFORM),$(PYTHON_PLATFORM),manylinux2014_x86_64)
PYTHON_VERSION := $(if $(PYTHON_VERSION),$(PYTHON_VERSION),36)

Expand Down

0 comments on commit d285efa

Please sign in to comment.