Skip to content

Commit

Permalink
Merge pull request #257 from cerfacs-globc/fix/xclim_pin
Browse files Browse the repository at this point in the history
FIX: Pin xclim to 0.39
  • Loading branch information
bzah authored Feb 14, 2023
2 parents e219c74 + 63b3e37 commit b93c8b1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions doc/source/references/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
Release history
===============

6.2.0 (unreleased)
------------------
6.2.0
-----
* [maint] Upgrade and adapt to xclim 0.40.
Moved PercentileDataArray from xclim to icclim.
Adapted the unit cenversion to use the hydro context.

* [fix] Pin xclim to exact 0.40 to avoid breaking changes.


6.1.5
-----
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
dependencies:
# Core dependencies
- python>=3.8
- xclim>=0.40
- xclim==0.40
- numpy
- xarray>=2022.6
- cf_xarray>=0.7.4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ sphinx_codeautolink
sphinx_copybutton
sphinx_lfs_content
xarray>=2022.6
xclim~=0.40
xclim==0.40
zarr
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ sphinx_copybutton
sphinx_lfs_content
twine
xarray>=2022.6
xclim~=0.40
xclim==0.40
zarr
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
MINIMAL_REQUIREMENTS = [
"numpy>=1.16",
"xarray>=2022.6",
"xclim>=0.40",
"xclim==0.40",
"cf_xarray>=0.7.4",
"cftime>=1.4.1",
"dask[array]",
Expand Down

0 comments on commit b93c8b1

Please sign in to comment.