Skip to content

Commit 285998e

Browse files
committed
Try numpy 1.22.0
1 parent a062a85 commit 285998e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.20.3
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.20.3',
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==1.20.3
7+
numpy==1.22.0
88
setuptools_scm
99
twine

0 commit comments

Comments
 (0)