From 9bc997a897e0feb1f9537cb428cff3fe75e3a362 Mon Sep 17 00:00:00 2001 From: Richard Shadrach Date: Tue, 22 Jun 2021 22:37:21 -0400 Subject: [PATCH 1/2] CI: Pin numpy --- environment.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 2c06c321fdbc4..1eab5ddbdcd19 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: # required - - numpy>=1.17.3 + - numpy=1.21.0 - python=3.8 - python-dateutil>=2.7.3 - pytz diff --git a/requirements-dev.txt b/requirements-dev.txt index a0d4c8e02acf6..383995b8b31f4 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.17.3 +numpy==1.21.0 python-dateutil>=2.7.3 pytz asv From 4ca138ed73f436c817de56784189644381ef16d2 Mon Sep 17 00:00:00 2001 From: Richard Shadrach Date: Tue, 22 Jun 2021 23:02:46 -0400 Subject: [PATCH 2/2] pin numpy to <1.21 --- environment.yml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 1eab5ddbdcd19..903babc3a7b37 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: # required - - numpy=1.21.0 + - numpy<1.21 - python=3.8 - python-dateutil>=2.7.3 - pytz diff --git a/requirements-dev.txt b/requirements-dev.txt index 383995b8b31f4..b0f15ec82285f 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.21.0 +numpy<1.21 python-dateutil>=2.7.3 pytz asv