Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Use pip 20.2 feature 2020-resolver
Browse files Browse the repository at this point in the history
Install python libraries with pip 20.2 and the 2020-resolver planned for
the 20.3 release.
  • Loading branch information
jwhitlock committed Aug 5, 2020
1 parent accd26f commit 7618066
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker.make
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ build_libmaxmind:
build_deps: build_datamaps build_libmaxmind

build_python_deps:
$(PIP) install --upgrade pip==20.2
$(PIP) install --no-cache-dir --disable-pip-version-check --require-hashes \
-r requirements/default.txt
-r requirements/default.txt --use-feature=2020-resolver
$(PIP) check --disable-pip-version-check

build_geocalc:
Expand Down

0 comments on commit 7618066

Please sign in to comment.