From 9065ee151d9f1516e7acca01b6eec78cf9941bac Mon Sep 17 00:00:00 2001 From: Tom Vo <tomvothecoder@gmail.com> Date: Thu, 22 Jun 2023 16:53:54 -0700 Subject: [PATCH] Fix Python comment in conda env yml files --- conda-env/ci.yml | 2 +- conda-env/dev.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-env/ci.yml b/conda-env/ci.yml index 4551fdcb..11dde864 100644 --- a/conda-env/ci.yml +++ b/conda-env/ci.yml @@ -15,7 +15,7 @@ dependencies: - numpy >=1.23.0 # This version of numpy includes support for Python 3.11. - pandas - python-dateutil - - xarray >=2022.02.0 # This version of Xarray drops support for Python 3.9. + - xarray >=2022.02.0 # This version of Xarray drops support for Python 3.8. - xgcm # Optional - enables additional features. # ========================================= diff --git a/conda-env/dev.yml b/conda-env/dev.yml index fa86cc2c..a137d3c5 100644 --- a/conda-env/dev.yml +++ b/conda-env/dev.yml @@ -15,7 +15,7 @@ dependencies: - numpy >=1.23.0 # This version of numpy includes support for Python 3.11. - pandas - python-dateutil - - xarray >=2022.02.0 # This version of Xarray drops support for Python 3.9. + - xarray >=2022.02.0 # This version of Xarray drops support for Python 3.8. - xgcm # Optional - enables additional features. # =========================================