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 authored and svanderburg committed Oct 25, 2021
1 parent 665e827 commit bb89418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ 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.3.1
PIP_VERSION = 21.2.4
PIP_TOOLS_VERSION = 6.4.0
PIP_VERSION = 21.3
PYTHON_PLATFORM := $(if $(PYTHON_PLATFORM),$(PYTHON_PLATFORM),manylinux2014_x86_64)
PYTHON_VERSION := $(if $(PYTHON_VERSION),$(PYTHON_VERSION),36)

Expand Down

0 comments on commit bb89418

Please sign in to comment.