Skip to content

Commit

Permalink
WIP: revert to itk v5.4rc01
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso committed Nov 7, 2023
1 parent e384f87 commit cfb76fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- name: "Install Lightsheet Notebook Dependencies"
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- name: "Install Dependencies"
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ keywords = ['ITK','InsightToolkit']

dependencies = [
'dask[distributed] >=2023.10.0',
'itk >=5.4rc02',
'itk ==5.4rc01',
'numpy'
]

Expand All @@ -41,8 +41,8 @@ Home = "https://github.com/InsightSoftwareConsortium/itk-dreg"

[project.optional-dependencies]
test = [
'itk-elastix>=0.19.1',
'itk-ioomezarrngff>=0.2.0',
'itk-elastix==0.19.0',
'itk-ioomezarrngff==0.2.0',
'pytest',
]

Expand All @@ -51,8 +51,8 @@ dev = [
'pytest'
]

elastix = [
'itk-elastix>=0.19.1'
impl = [
'itk-elastix==0.19.0'
]

lightsheet = [
Expand Down

0 comments on commit cfb76fc

Please sign in to comment.