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 836ced7 commit 4c887adCopy full SHA for 4c887ad
environment.yml
@@ -3,7 +3,7 @@ channels:
3
- conda-forge
4
dependencies:
5
# required
6
- - numpy>=1.18.5
+ - numpy>=1.18.5, <=1.22.4 # GH#47569
7
- python=3.8
8
- python-dateutil>=2.8.1
9
- pytz
requirements-dev.txt
@@ -1,7 +1,7 @@
1
# This file is auto-generated from environment.yml, do not modify.
2
# See that file for comments about the need/usage of each dependency.
-numpy>=1.18.5
+numpy>=1.18.5, <=1.22.4
python-dateutil>=2.8.1
pytz
asv
0 commit comments