Skip to content

Commit 2a3acb7

Browse files
CI: pin numpy for ci checks (#39526)
1 parent 435d137 commit 2a3acb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
# required
6-
- numpy>=1.16.5
6+
- numpy>=1.16.5, <1.20 # gh-39513
77
- python=3
88
- python-dateutil>=2.7.3
99
- pytz

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is auto-generated from environment.yml, do not modify.
22
# See that file for comments about the need/usage of each dependency.
33

4-
numpy>=1.16.5
4+
numpy>=1.16.5, <1.20
55
python-dateutil>=2.7.3
66
pytz
77
asv

0 commit comments

Comments
 (0)