Update python-awips v20 environment to limit numpy<2.0

This commit is contained in:
ucar-tmeyer 2024-10-14 15:01:18 +00:00
parent a03339480e
commit 475e9bf812

View file

@ -3,7 +3,7 @@
- https://conda.anaconda.org/conda-forge - https://conda.anaconda.org/conda-forge
dependencies: dependencies:
- python=3 - python=3
- numpy - numpy<2.0
- nomkl - nomkl
- matplotlib - matplotlib
- cartopy - cartopy