Skip to content

Commit

Permalink
Update constraint cf_xarray >=0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Sep 14, 2023
1 parent d6908db commit 83bb606
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions conda-env/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ dependencies:
# Base - required for building the package.
# =========================================
- python >=3.9
- cf_xarray
- cf_xarray >=0.7.3 # Constrained because https://github.com/xarray-contrib/cf-xarray/issues/467
- cftime
- dask
- lxml
- 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
Expand Down
6 changes: 3 additions & 3 deletions conda-env/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ channels:
dependencies:
# Base - required for building the package.
# =========================================
- python >=3.9
- cf_xarray
- python >=3.9
- cf_xarray >=0.7.3 # Constrained because https://github.com/xarray-contrib/cf-xarray/issues/467
- cftime
- dask
- lxml
- 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
Expand Down

0 comments on commit 83bb606

Please sign in to comment.