mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
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:
parent
fb8370875a
commit
bf93fdf9b3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
channels:
|
||||
- https://conda.anaconda.org/conda-forge
|
||||
dependencies:
|
||||
- python=3
|
||||
- python=3.9
|
||||
- numpy
|
||||
- nomkl
|
||||
- matplotlib
|
||||
|
|
Loading…
Add table
Reference in a new issue