Skip to content

Commit

Permalink
We still need gcsfs for writing parquet.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bennet committed May 13, 2023
1 parent 1e9023c commit 6594e97
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- python=3.10
- dask
- distributed
- gcsfs
- pandas
- pyarrow
- pytest
Expand Down
1 change: 1 addition & 0 deletions ci/environment-3.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- python=3.8
- dask
- distributed
- gcsfs
- pandas
- pyarrow
- pytest
Expand Down
1 change: 1 addition & 0 deletions ci/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- python=3.9
- dask
- distributed
- gcsfs
- pandas
- pyarrow
- pytest
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dask
gcsfs
google-cloud-bigquery >= 2.11.0
google-cloud-bigquery-storage
google-cloud-storage
Expand Down

0 comments on commit 6594e97

Please sign in to comment.