Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/cluster-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ services:
command: dask-worker dask-scheduler:8786
environment:
USE_MAMBA: "true"
EXTRA_CONDA_PACKAGES: "dask/label/dev::dask pyarrow>1.0.0" # required for parquet IO
EXTRA_CONDA_PACKAGES: "dask/label/dev::dask pyarrow=7" # required for parquet IO
volumes:
- /tmp:/tmp
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.10-jdk11-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- pre-commit>=2.11.1
- prompt_toolkit>=3.0.8
- psycopg2>=2.9.1
- pyarrow>=0.15.1
- pyarrow=7=py310h225c066_5_cpu
Comment thread
charlesbluca marked this conversation as resolved.
Outdated
- pygments>=2.7.1
- pyhive>=0.6.4
- pytest-cov>=2.10.1
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.10-jdk8-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- pre-commit>=2.11.1
- prompt_toolkit>=3.0.8
- psycopg2>=2.9.1
- pyarrow>=0.15.1
- pyarrow=7=py310h225c066_5_cpu
- pygments>=2.7.1
- pyhive>=0.6.4
- pytest-cov>=2.10.1
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.8-jdk11-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- pre-commit>=2.11.1
- prompt_toolkit>=3.0.8
- psycopg2>=2.9.1
- pyarrow>=0.15.1
- pyarrow=7=py38h9f6a473_5_cpu
- pygments>=2.7.1
- pyhive>=0.6.4
- pytest-cov>=2.10.1
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.8-jdk8-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- pre-commit>=2.11.1
- prompt_toolkit>=3.0.8
- psycopg2>=2.9.1
- pyarrow>=0.15.1
- pyarrow=7=py38h9f6a473_5_cpu
- pygments>=2.7.1
- pyhive>=0.6.4
- pytest-cov>=2.10.1
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.9-jdk11-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- pre-commit>=2.11.1
- prompt_toolkit>=3.0.8
- psycopg2>=2.9.1
- pyarrow>=0.15.1
- pyarrow=7=py39h42d110c_5_cpu
- pygments>=2.7.1
- pyhive>=0.6.4
- pytest-cov>=2.10.1
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/environment-3.9-jdk8-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- pre-commit>=2.11.1
- prompt_toolkit>=3.0.8
- psycopg2>=2.9.1
- pyarrow>=0.15.1
- pyarrow=7=py39h42d110c_5_cpu
- pygments>=2.7.1
- pyhive>=0.6.4
- pytest-cov>=2.10.1
Expand Down