Skip to content

Commit

Permalink
FIX: Pin xclim to 0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
Abel committed Feb 14, 2023
1 parent 2d37e63 commit 30bd051
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 30bd051

Please sign in to comment.