Skip to content

Commit

Permalink
Modify Makefile to lock versions to allow working with Python 3.5 pip…
Browse files Browse the repository at this point in the history
… and setuptools
  • Loading branch information
ochan1 committed Jun 18, 2021
1 parent 26b2caf commit abde383
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ venv:
.PHONY: install-prod
install-prod:
# For issues with binary packages, consider https://pythonwheels.com/
$(PYTHON) -m pip install --upgrade pip setuptools
$(PYTHON) -m pip install --upgrade "pip<=20.3.4"
$(PYTHON) -m pip install --upgrade "setuptools<=51.2.0"
# TODO: pinned/unpinned dependency version.
# See https://hkn-mu.atlassian.net/browse/COMPSERV-110
$(PYTHON) -m pip install -r requirements.txt
Expand Down

0 comments on commit abde383

Please sign in to comment.