Skip to content

Commit 4c887ad

Browse files
CI: fix mypy typing errors (pin numpy) on branch 1.4.x (pandas-dev#47967)
CI: fix mypy typing errors (pin numpy)
1 parent 836ced7 commit 4c887ad

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.18.5
6+
- numpy>=1.18.5, <=1.22.4 # GH#47569
77
- python=3.8
88
- python-dateutil>=2.8.1
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.18.5
4+
numpy>=1.18.5, <=1.22.4
55
python-dateutil>=2.8.1
66
pytz
77
asv

0 commit comments

Comments
 (0)