diff --git a/environment.yml b/environment.yml index 32ff8c91cb69c..53106906a52cb 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,8 @@ channels: - conda-forge dependencies: # required - - numpy>=1.15 + # Pin numpy<1.19 until MPL 3.3.0 is released. + - numpy>=1.15,<1.19.0 - python=3 - python-dateutil>=2.7.3 - pytz diff --git a/requirements-dev.txt b/requirements-dev.txt index 3cda38d4b72f5..1ec998ffa72d4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ # This file is auto-generated from environment.yml, do not modify. # 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