Skip to content

Commit f54c49f

Browse files
[pre-commit.ci] pre-commit autoupdate (#797)
1 parent 6550f27 commit f54c49f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/climpred_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
mamba env update -f ci/requirements/maximum-tests.yml
119119
- name: Install climpred
120120
run: |
121-
python -m pip install -e .
121+
python -m pip install -e .[complete]
122122
- name: Conda info
123123
run: conda info
124124
- name: Conda list

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
- id: isort
2929

3030
- repo: https://github.com/keewis/blackdoc
31-
rev: v0.3.7
31+
rev: v0.3.8
3232
hooks:
3333
- id: blackdoc
3434

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
extras_require = {
3030
"accel": ["numba>=0.52", "bottleneck"],
31-
"bias-correction": ["xclim!=0.30.0", "bias-correction>=0.4"],
31+
"bias-correction": ["xclim>0.38.0", "bias-correction>=0.4"],
3232
"viz": ["matplotlib", "nc-time-axis>=1.4.0"],
3333
"io": ["netcdf4"],
3434
"regridding": [

0 commit comments

Comments
 (0)