From e560678a520ff52d68353d864f3cf6fcceba977b Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Sun, 7 Feb 2021 13:37:14 +0000 Subject: [PATCH] Revert "Backport PR #39526: CI: pin numpy for CI / Checks github action (#39529)" This reverts commit eaf661d99167bfea17798099a3da5c258a9d610f. --- environment.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 71d7e47894f9d..6f3f81d8a4d77 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: # required - - numpy>=1.16.5, <1.20 # gh-39513 + - numpy>=1.16.5 - python=3 - python-dateutil>=2.7.3 - pytz diff --git a/requirements-dev.txt b/requirements-dev.txt index 33a315884612d..f0d65104ead8e 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, <1.20 +numpy>=1.16.5 python-dateutil>=2.7.3 pytz asv