Skip to content

Commit aea9e95

Browse files
authored
Merge pull request #674 from charlesbluca/bump-arrow-version
Bump arrow version to 6.0.0
2 parents 8fcaaa1 + dfd17e0 commit aea9e95

11 files changed

+11
-11
lines changed

.github/cluster-upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ services:
1616
command: dask-worker dask-scheduler:8786
1717
environment:
1818
USE_MAMBA: "true"
19-
EXTRA_CONDA_PACKAGES: "dask/label/dev::dask cloudpickle>=2.1.0 pyarrow>=3.0.0 libstdcxx-ng>=12.1.0"
19+
EXTRA_CONDA_PACKAGES: "dask/label/dev::dask cloudpickle>=2.1.0 pyarrow>=6.0.1 libstdcxx-ng>=12.1.0"
2020
volumes:
2121
- /tmp:/tmp

.github/cluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ services:
1313
command: dask-worker dask-scheduler:8786
1414
environment:
1515
USE_MAMBA: "true"
16-
EXTRA_CONDA_PACKAGES: "cloudpickle>=2.1.0 pyarrow>=3.0.0 libstdcxx-ng>=12.1.0"
16+
EXTRA_CONDA_PACKAGES: "cloudpickle>=2.1.0 pyarrow>=6.0.1 libstdcxx-ng>=12.1.0"
1717
volumes:
1818
- /tmp:/tmp

continuous_integration/environment-3.10-jdk11-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- pre-commit
2121
- prompt_toolkit
2222
- psycopg2
23-
- pyarrow>=3.0.0
23+
- pyarrow>=6.0.1
2424
- pygments
2525
- pyhive
2626
- pytest-cov

continuous_integration/environment-3.10-jdk8-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- pre-commit
2121
- prompt_toolkit
2222
- psycopg2
23-
- pyarrow>=3.0.0
23+
- pyarrow>=6.0.1
2424
- pygments
2525
- pyhive
2626
- pytest-cov

continuous_integration/environment-3.8-jdk11-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- pre-commit
2121
- prompt_toolkit
2222
- psycopg2
23-
- pyarrow=3.0.0
23+
- pyarrow=6.0.1
2424
- pygments
2525
- pyhive
2626
- pytest-cov

continuous_integration/environment-3.8-jdk8-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- pre-commit
2121
- prompt_toolkit
2222
- psycopg2
23-
- pyarrow=3.0.0
23+
- pyarrow=6.0.1
2424
- pygments
2525
- pyhive
2626
- pytest-cov

continuous_integration/environment-3.9-jdk11-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- pre-commit
2121
- prompt_toolkit
2222
- psycopg2
23-
- pyarrow>=3.0.0
23+
- pyarrow>=6.0.1
2424
- pygments
2525
- pyhive
2626
- pytest-cov

continuous_integration/environment-3.9-jdk8-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- pre-commit
2121
- prompt_toolkit
2222
- psycopg2
23-
- pyarrow>=3.0.0
23+
- pyarrow>=6.0.1
2424
- pygments
2525
- pyhive
2626
- pytest-cov

docker/conda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tzlocal>=2.1
1313
fastapi>=0.69.0
1414
nest-asyncio>=1.4.3
1515
uvicorn>=0.11.3
16-
pyarrow>=3.0.0
16+
pyarrow>=6.0.1
1717
prompt_toolkit>=3.0.8
1818
pygments>=2.7.1
1919
dask-ml>=2022.1.22

docker/main.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN conda config --add channels conda-forge \
1313
"tzlocal>=2.1" \
1414
"fastapi>=0.69.0" \
1515
"uvicorn>=0.11.3" \
16-
"pyarrow>=3.0.0" \
16+
"pyarrow>=6.0.1" \
1717
"prompt_toolkit>=3.0.8" \
1818
"pygments>=2.7.1" \
1919
"dask-ml>=2022.1.22" \

0 commit comments

Comments
 (0)