Small change to environment.yml for compatibility with notebooks

- updated the python requirment from '=3' to '=3.9' because at least one notebook (METARS) was failing with python 3.10
This commit is contained in:
Shay Carter 2022-05-27 15:40:35 -06:00
parent fb8370875a
commit bf93fdf9b3

View file

@ -2,7 +2,7 @@
channels:
- https://conda.anaconda.org/conda-forge
dependencies:
- python=3
- python=3.9
- numpy
- nomkl
- matplotlib