We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a062a85 commit 285998eCopy full SHA for 285998e
requirements_dev_numpy.txt
@@ -1,4 +1,4 @@
1
# Break this out into a separate file to allow testing against
2
# different versions of numpy. This file should pin to the latest
3
# numpy version.
4
-numpy==1.20.3
+numpy==1.22.0
setup.py
@@ -8,7 +8,7 @@
8
9
dependencies = [
10
'asciitree',
11
- 'numpy==1.20.3',
+ 'numpy==1.22.0',
12
'fasteners==0.16.3',
13
'numcodecs>=0.6.4',
14
]
windows_conda_dev.txt
@@ -4,6 +4,6 @@ flake8
monotonic
5
msgpack-python
6
numcodecs
7
setuptools_scm
twine
0 commit comments