Skip to content

Commit

Permalink
Merge branch 'dev-define-engines-abc' into dev-define-semantic-segmentor
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneahmed authored Jan 24, 2025
2 parents 399827a + 3d84a43 commit 333264a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
- mdformat-black
- mdformat-myst
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.19
rev: 0.7.21
hooks:
- id: mdformat
# Optionally add plugins
Expand Down Expand Up @@ -60,7 +60,7 @@ repos:
- id: rst-inline-touching-normal # Detect mistake of inline code touching normal text in rst.
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.8.2
rev: v0.8.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ torchvision>=0.15.0
tqdm>=4.64.1
umap-learn>=0.5.3
wsidicom>=0.18.0
zarr>=2.13.3
zarr>=2.13.3, <3.0.0

0 comments on commit 333264a

Please sign in to comment.