From 710abefcc91e8c5c9e0673c07c89b652cb7a5605 Mon Sep 17 00:00:00 2001 From: Miguel Morin <32396311+miguelmorin@users.noreply.github.com> Date: Fri, 4 May 2018 15:27:46 +0100 Subject: [PATCH] Add pip 9.0.3 to conda environment to avoid error 'No matching distribution found for numpy==1.9.3'. Closes #20952 --- ci/environment-dev.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/environment-dev.yaml b/ci/environment-dev.yaml index c3d3d59f895c6..91ee11f73f682 100644 --- a/ci/environment-dev.yaml +++ b/ci/environment-dev.yaml @@ -12,3 +12,4 @@ dependencies: - pytz - setuptools - sphinx + - pip==9.0.3