From ba7c0c99e3db2e882763ab4b87e691866f2662b6 Mon Sep 17 00:00:00 2001 From: MeeseeksMachine <39504233+meeseeksmachine@users.noreply.github.com> Date: Mon, 1 Feb 2021 06:48:38 -0800 Subject: [PATCH] Backport PR #39526: CI: pin numpy for CI / Checks github action (#39529) Co-authored-by: Simon Hawkins --- environment.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 319261ec6640c..a5b61220f88f3 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: # required - - numpy>=1.16.5 + - numpy>=1.16.5, <1.20 # gh-39513 - python=3 - python-dateutil>=2.7.3 - pytz diff --git a/requirements-dev.txt b/requirements-dev.txt index 2591dcbf7b1ad..3a992f8899139 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ # This file is auto-generated from environment.yml, do not modify. # See that file for comments about the need/usage of each dependency. -numpy>=1.16.5 +numpy>=1.16.5, <1.20 python-dateutil>=2.7.3 pytz asv