Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd5e17c

Browse files
pin numpy (#35312)
1 parent 5e45f4f commit cd5e17c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ channels:
33
- conda-forge
44
dependencies:
55
# required
6-
- numpy>=1.15
6+
# Pin numpy<1.19 until MPL 3.3.0 is released.
7+
- numpy>=1.15,<1.19.0
78
- python=3
89
- python-dateutil>=2.7.3
910
- pytz

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
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.15
4+
numpy>=1.15,<1.19.0
55
python-dateutil>=2.7.3
66
pytz
77
asv

0 commit comments

Comments
 (0)