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 939dc87 commit f222cbeCopy full SHA for f222cbe
environment.yml
@@ -4,7 +4,7 @@ channels:
4
dependencies:
5
- wheel
6
- numcodecs >= 0.6.4
7
- - numpy >= 1.7
+ - numpy == 1.22.0
8
- pip
9
- pip:
10
- asciitree
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.
-numpy==1.22.1
+numpy==1.22.0
setup.py
@@ -8,7 +8,7 @@
dependencies = [
'asciitree',
11
- 'numpy>=1.7',
+ '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
msgpack-python
numcodecs
-numpy
setuptools_scm
twine
0 commit comments