Skip to content

Commit

Permalink
Bump minimum dask version for from_map support
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbourbeau committed Jul 18, 2024
1 parent 4fddc4b commit 8ddaa43
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- nodefaults
dependencies:
- python=3.10
- dask
- dask >=2024.3.0
- distributed
- pandas
- pyarrow
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-3.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- nodefaults
dependencies:
- python=3.11
- dask
- dask >=2024.3.0
- distributed
- pandas
- pyarrow
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-3.12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- nodefaults
dependencies:
- python=3.12
- dask
- dask >=2024.3.0
- distributed
- pandas
- pyarrow
Expand Down
2 changes: 1 addition & 1 deletion ci/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- nodefaults
dependencies:
- python=3.9
- dask
- dask >=2024.3.0
- distributed
- pandas
- pyarrow
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dask
dask>=2024.3.0
gcsfs
google-cloud-bigquery >= 2.11.0
google-cloud-bigquery-storage
Expand Down

0 comments on commit 8ddaa43

Please sign in to comment.