From 8ddaa4398f9b75b743b1acd045b9ebc12eeb7ec4 Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Thu, 18 Jul 2024 11:17:25 -0500 Subject: [PATCH] Bump minimum dask version for from_map support --- ci/environment-3.10.yaml | 2 +- ci/environment-3.11.yaml | 2 +- ci/environment-3.12.yaml | 2 +- ci/environment-3.9.yaml | 2 +- requirements.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/environment-3.10.yaml b/ci/environment-3.10.yaml index 84c8f5f..9e1e238 100644 --- a/ci/environment-3.10.yaml +++ b/ci/environment-3.10.yaml @@ -4,7 +4,7 @@ channels: - nodefaults dependencies: - python=3.10 - - dask + - dask >=2024.3.0 - distributed - pandas - pyarrow diff --git a/ci/environment-3.11.yaml b/ci/environment-3.11.yaml index 448b08f..975f2df 100644 --- a/ci/environment-3.11.yaml +++ b/ci/environment-3.11.yaml @@ -4,7 +4,7 @@ channels: - nodefaults dependencies: - python=3.11 - - dask + - dask >=2024.3.0 - distributed - pandas - pyarrow diff --git a/ci/environment-3.12.yaml b/ci/environment-3.12.yaml index 355f25d..b0b2b45 100644 --- a/ci/environment-3.12.yaml +++ b/ci/environment-3.12.yaml @@ -4,7 +4,7 @@ channels: - nodefaults dependencies: - python=3.12 - - dask + - dask >=2024.3.0 - distributed - pandas - pyarrow diff --git a/ci/environment-3.9.yaml b/ci/environment-3.9.yaml index 77ff6f2..83efee3 100644 --- a/ci/environment-3.9.yaml +++ b/ci/environment-3.9.yaml @@ -4,7 +4,7 @@ channels: - nodefaults dependencies: - python=3.9 - - dask + - dask >=2024.3.0 - distributed - pandas - pyarrow diff --git a/requirements.txt b/requirements.txt index 57b7ea6..beebed5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -dask +dask>=2024.3.0 gcsfs google-cloud-bigquery >= 2.11.0 google-cloud-bigquery-storage