Skip to content

Commit f222cbe

Browse files
committed
Pin to numpy 1.22.0
1 parent 939dc87 commit f222cbe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
dependencies:
55
- wheel
66
- numcodecs >= 0.6.4
7-
- numpy >= 1.7
7+
- numpy == 1.22.0
88
- pip
99
- pip:
1010
- asciitree

requirements_dev_numpy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Break this out into a separate file to allow testing against
22
# different versions of numpy. This file should pin to the latest
33
# numpy version.
4-
numpy==1.22.1
4+
numpy==1.22.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
dependencies = [
1010
'asciitree',
11-
'numpy>=1.7',
11+
'numpy==1.22.0',
1212
'fasteners==0.16.3',
1313
'numcodecs>=0.6.4',
1414
]

windows_conda_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ flake8
44
monotonic
55
msgpack-python
66
numcodecs
7-
numpy
7+
numpy==1.22.0
88
setuptools_scm
99
twine

0 commit comments

Comments
 (0)