From 53e64d953ee7baf3a8d89147b340761a1c19a8c1 Mon Sep 17 00:00:00 2001 From: tomvothecoder Date: Thu, 14 Sep 2023 11:14:19 -0700 Subject: [PATCH] Fix accidentally tab --- conda-env/dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-env/dev.yml b/conda-env/dev.yml index b0ff55da..16d41a25 100644 --- a/conda-env/dev.yml +++ b/conda-env/dev.yml @@ -6,11 +6,11 @@ channels: dependencies: # Base - required for building the package. # ========================================= - - python >=3.9 + - python >=3.9 - cf_xarray >=0.7.3 # Constrained because https://github.com/xarray-contrib/cf-xarray/issues/467 - cftime - dask - - lxml # TODO: Remove this in v0.7.0 once cdml/XML support is dropped + - lxml # TODO: Remove this in v0.7.0 once cdml/XML support is dropped - netcdf4 - numpy >=1.23.0 # This version of numpy includes support for Python 3.11. - pandas