Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/simpleitk-2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby authored Oct 6, 2024
2 parents 781a9bb + 186bf51 commit c8771f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4

- name: Cache tox
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.5
rev: v0.6.8
hooks:
- id: ruff
- id: ruff-format
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"hoa-tools @ git+https://github.com/HumanOrganAtlas/hoa-tools.git@main",
"matplotlib==3.9.2",
"numpy==2.1.1",
"psutil==5.9.8",
"psutil==6.0.0",
"scikit-image==0.24.0",
"simpleitk==2.4.0",
"zarr==2.18.2",
Expand Down Expand Up @@ -58,7 +58,7 @@ test = [
"pooch",
"pytest",
"pytest-cov",
"tifffile==2024.1.30",
"tifffile==2024.9.20",
]

[tool.coverage]
Expand Down

0 comments on commit c8771f5

Please sign in to comment.