Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Peg xarray to version 2023.2.0 in the environment.yml file #255

Merged
merged 1 commit into from
Aug 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/environment_files/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down