Skip to content

Commit 8459af1

Browse files
authored
Bump pyarrow to 10.0.1 and patch release (#585)
1 parent cf8362c commit 8459af1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ requirements:
3030
- fsspec ==2022.11.0
3131
- s3fs ==2022.11.0
3232
- gcsfs ==2022.11.0
33-
- pyarrow ==9.0.0
33+
- pyarrow ==10.0.1
3434
- jupyterlab ==3.5.0
3535
- dask-labextension ==6.0.0
3636
- lz4 ==4.0.2

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_requirements():
4343

4444
setup(
4545
name="coiled-runtime",
46-
version="0.2.0",
46+
version="0.2.1",
4747
description="Simple and fast way to get started with Dask",
4848
url="https://github.com/coiled/coiled-runtime",
4949
license="BSD",

0 commit comments

Comments
 (0)