We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8362c commit 8459af1Copy full SHA for 8459af1
recipe/meta.yaml
@@ -30,7 +30,7 @@ requirements:
30
- fsspec ==2022.11.0
31
- s3fs ==2022.11.0
32
- gcsfs ==2022.11.0
33
- - pyarrow ==9.0.0
+ - pyarrow ==10.0.1
34
- jupyterlab ==3.5.0
35
- dask-labextension ==6.0.0
36
- lz4 ==4.0.2
setup.py
@@ -43,7 +43,7 @@ def get_requirements():
43
44
setup(
45
name="coiled-runtime",
46
- version="0.2.0",
+ version="0.2.1",
47
description="Simple and fast way to get started with Dask",
48
url="https://github.com/coiled/coiled-runtime",
49
license="BSD",
0 commit comments