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 5e45f4f commit cd5e17cCopy full SHA for cd5e17c
environment.yml
@@ -3,7 +3,8 @@ channels:
3
- conda-forge
4
dependencies:
5
# required
6
- - numpy>=1.15
+ # Pin numpy<1.19 until MPL 3.3.0 is released.
7
+ - numpy>=1.15,<1.19.0
8
- python=3
9
- python-dateutil>=2.7.3
10
- 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.15
+numpy>=1.15,<1.19.0
python-dateutil>=2.7.3
pytz
asv
0 commit comments