Skip to content

Commit

Permalink
Merge branch 'main' into numbagg-ddof
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Jan 21, 2024
2 parents 29c9e27 + aa1ed35 commit 4568a7a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ updates:
schedule:
# Check for updates once a week
interval: 'weekly'
groups:
actions:
patterns:
- "*"
2 changes: 2 additions & 0 deletions ci/min_deps_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
publication date. Compare it against requirements/min-all-deps.yml to verify the
policy on obsolete dependencies is being followed. Print a pretty report :)
"""
from __future__ import annotations

import itertools
import sys
from collections.abc import Iterator
Expand Down
3 changes: 2 additions & 1 deletion ci/requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- hdf5
- hypothesis
- iris
- lxml # Optional dep of pydap
- lxml # Optional dep of pydap
- matplotlib-base
- nc-time-axis
- netcdf4
Expand All @@ -32,6 +32,7 @@ dependencies:
- pip
- pooch
- pre-commit
- pyarrow # pandas makes a deprecation warning without this, breaking doctests
- pydap
- pytest
- pytest-cov
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -271,3 +271,8 @@ testpaths = ["xarray/tests", "properties"]

[tool.aliases]
test = "pytest"

[tool.repo-review]
ignore = [
"PP308" # This option creates a large amount of log lines.
]

0 comments on commit 4568a7a

Please sign in to comment.