diff --git a/docs/environment_files/environment.yml b/docs/environment_files/environment.yml index a4461795..d5082a50 100644 --- a/docs/environment_files/environment.yml +++ b/docs/environment_files/environment.yml @@ -35,7 +35,13 @@ dependencies: - scipy # Scientific python package - sparselt>=0.1.3 # Regridding earth system model data - tabulate # Pretty-printing for column data - - xarray # Read data from netCDF etc files + # + # NOTE: The most recent xarray (2023.8.0) seems to break backwards + # compatibility with the benchmark plotting code. Peg to 2023.2.0 + # until we can update GCPy for the most recent xarray. + # -- Bob Yantosca (29 Aug 2023) + # + - xarray==2023.2.0 # Read data from netCDF etc files # # NOTE: These packages need to be pegged at specific versions # in order to avoid an ImportError.