From bf93fdf9b3ffd56aa08dccbfdcfc7690929bd123 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Fri, 27 May 2022 15:40:35 -0600 Subject: [PATCH] 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 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index ff653d4..3252703 100644 --- a/environment.yml +++ b/environment.yml @@ -2,7 +2,7 @@ channels: - https://conda.anaconda.org/conda-forge dependencies: - - python=3 + - python=3.9 - numpy - nomkl - matplotlib