From 550462ec916f58f49bbda30ab432522cc1d6bf62 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Mon, 1 Feb 2021 11:46:00 +0000 Subject: [PATCH] CI: pin numpy for ci checks --- environment.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index cac705bff72ea..1224336dadda4 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 9bae344adc520..0e693773dbeea 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