diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 251efb34..a1e4c0b3 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Install dependencies diff --git a/pyproject.toml b/pyproject.toml index f13307f0..06349a74 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 = ">= 2023.4.1, <2024.3.0", extras = ["dataframe", "distributed", "diagnostics"]} docker = ">= 6.1.3" dask-cuda = { version = ">=23.4.1", optional = true }