diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index e679bcef..251efb34 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.9', '3.10', '3.11.8'] + python-version: ['3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.9', '3.10', '3.11.8'] + python-version: ['3.9', '3.10', '3.11'] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} diff --git a/pyproject.toml b/pyproject.toml index f13307f0..3be1f00b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ jsonschema = ">= 4.18" pyarrow = ">= 11.0.0" pyyaml = ">= 5.3.1" -dask = { version = ">= 2023.4.1", extras = ["dataframe", "distributed", "diagnostics"]} +dask = { version = ">= 2024.4.1", extras = ["dataframe", "distributed", "diagnostics"]} docker = ">= 6.1.3" dask-cuda = { version = ">=23.4.1", optional = true }