diff --git a/.github/workflows/test_package.yaml b/.github/workflows/test_package.yaml index 930d45f..1219494 100644 --- a/.github/workflows/test_package.yaml +++ b/.github/workflows/test_package.yaml @@ -19,7 +19,7 @@ jobs: # max-parallel: 6 matrix: os: [ubuntu-latest] - python-version: ['3.9', '3.10', '3.11', '3.12'] + python-version: ['3.9', '3.10', '3.11'] requires: ['minimal', 'latest'] steps: diff --git a/pyproject.toml b/pyproject.toml index 93641aa..8100bae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,11 +25,11 @@ classifiers = [ ] dependencies = [ "numpy>=1.23.0,<2.0.0", - "nibabel>=3.0.0", - "vtk" + "nibabel>=3.0.0,<4.0.0", + "vtk>=8.2.0,<9.4.1" ] dynamic = ["version"] -requires-python = ">=3.9" +requires-python = ">=3.9,<3.12" [project.optional-dependencies] doc = [