Skip to content

Commit 5fd2111

Browse files
authored
Merge pull request #105 from ClimateImpactLab/xclim_bump
Bump xclim to v0.28.0, improve environment notes
2 parents 8a6080b + 488261c commit 5fd2111

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ History
66
0.X.X (XXXX-XX-XX)
77
------------------
88
* Fix application logging to stdout. (PR #104, @brews)
9+
* Bump xclim to v0.28.0, improve environment notes. (PR #105, @brews)
910

1011

1112
0.4.0 (2021-07-09)

environment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- fsspec=2021.5.0 # Prevent azure blob errors, not hard req.
1010
- gcsfs=2021.5.0
1111
- numpy=1.20.3
12-
- pandas=1.2.5
12+
- pandas=1.2.5 # Not direct dependency, workaround to time slice bug in #96
1313
- pip=21.1.2
1414
- pytest=6.2.4
1515
- python=3.9
@@ -20,4 +20,4 @@ dependencies:
2020
- zarr=2.8.3
2121
- pip:
2222
- git+https://github.com/dgergel/xsd@458f292dab6e8a6584659e97a66c37e028da2b7a
23-
- xclim==0.27.0
23+
- xclim==0.28.0

0 commit comments

Comments
 (0)