Skip to content

Commit 9bc997a

Browse files
committed
CI: Pin numpy
1 parent 9f6a91a commit 9bc997a

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.17.3
6+
- numpy=1.21.0
77
- python=3.8
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.17.3
4+
numpy==1.21.0
55
python-dateutil>=2.7.3
66
pytz
77
asv

0 commit comments

Comments
 (0)