Skip to content

Commit e560678

Browse files
Revert "Backport PR #39526: CI: pin numpy for CI / Checks github action (#39529)"
This reverts commit eaf661d.
1 parent 05646b8 commit e560678

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, <1.20 # gh-39513
6+
- numpy>=1.16.5
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, <1.20
4+
numpy>=1.16.5
55
python-dateutil>=2.7.3
66
pytz
77
asv

0 commit comments

Comments
 (0)