Skip to content

Commit

Permalink
Bump pyarrow to 10.0.1 and patch release (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncclementi authored Dec 5, 2022
1 parent cf8362c commit 8459af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ requirements:
- fsspec ==2022.11.0
- s3fs ==2022.11.0
- gcsfs ==2022.11.0
- pyarrow ==9.0.0
- pyarrow ==10.0.1
- jupyterlab ==3.5.0
- dask-labextension ==6.0.0
- lz4 ==4.0.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_requirements():

setup(
name="coiled-runtime",
version="0.2.0",
version="0.2.1",
description="Simple and fast way to get started with Dask",
url="https://github.com/coiled/coiled-runtime",
license="BSD",
Expand Down

0 comments on commit 8459af1

Please sign in to comment.