We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67fb92f + 1164402 commit c96500eCopy full SHA for c96500e
Makefile
@@ -41,7 +41,7 @@ venv:
41
42
.PHONY: reqs
43
reqs: venv
44
- $(VENV_DIR)/bin/pip install --upgrade "pip>=9.0,<9.1"
+ $(VENV_DIR)/bin/pip install --upgrade "pip>=19.0,<20.0"
45
$(VENV_DIR)/bin/pip install -r requirements.txt
46
$(VENV_DIR)/bin/pip install -r requirements-test.txt
47
$(VENV_DIR)/bin/pip install -r requirements-docs.txt
0 commit comments