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 4a88b43 commit eaf661dCopy full SHA for eaf661d
environment.yml
@@ -3,7 +3,7 @@ channels:
3
- conda-forge
4
dependencies:
5
# required
6
- - numpy>=1.16.5
+ - numpy>=1.16.5, <1.20 # gh-39513
7
- python=3
8
- python-dateutil>=2.7.3
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.16.5
+numpy>=1.16.5, <1.20
python-dateutil>=2.7.3
pytz
asv
0 commit comments