Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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>=1.0.0" # required for parquet IO
volumes:
- /tmp:/tmp
2 changes: 1 addition & 1 deletion .github/cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ services:
command: dask-worker dask-scheduler:8786
environment:
USE_MAMBA: "true"
EXTRA_CONDA_PACKAGES: "pyarrow>1.0.0" # required for parquet IO
EXTRA_CONDA_PACKAGES: "pyarrow>=1.0.0" # required for parquet IO
volumes:
- /tmp:/tmp
6 changes: 5 additions & 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>=1.0.0
- pygments>=2.7.1
- pyhive>=0.6.4
- pytest-cov>=2.10.1
Expand All @@ -39,5 +39,9 @@ dependencies:
- triad>=0.5.4
- tzlocal>=2.1
- uvicorn>=0.11.3
- c-compiler
- cxx-compiler
- gcc_linux-64
- sysroot_linux-64==2.17
- pip:
- fugue[sql]>=0.5.3
6 changes: 5 additions & 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>=1.0.0
- pygments>=2.7.1
- pyhive>=0.6.4
- pytest-cov>=2.10.1
Expand All @@ -39,5 +39,9 @@ dependencies:
- triad>=0.5.4
- tzlocal>=2.1
- uvicorn>=0.11.3
- c-compiler
- cxx-compiler
- gcc_linux-64
- sysroot_linux-64==2.17
- pip:
- fugue[sql]>=0.5.3
6 changes: 5 additions & 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>=1.0.0
- pygments>=2.7.1
- pyhive>=0.6.4
- pytest-cov>=2.10.1
Expand All @@ -39,5 +39,9 @@ dependencies:
- triad>=0.5.4
- tzlocal>=2.1
- uvicorn>=0.11.3
- c-compiler
- cxx-compiler
- gcc_linux-64
- sysroot_linux-64==2.17
- pip:
- fugue[sql]>=0.5.3
6 changes: 5 additions & 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>=1.0.0
- pygments>=2.7.1
- pyhive>=0.6.4
- pytest-cov>=2.10.1
Expand All @@ -39,5 +39,9 @@ dependencies:
- triad>=0.5.4
- tzlocal>=2.1
- uvicorn>=0.11.3
- c-compiler
- cxx-compiler
- gcc_linux-64
- sysroot_linux-64==2.17
- pip:
- fugue[sql]>=0.5.3
7 changes: 5 additions & 2 deletions 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>=1.0.0
- pygments>=2.7.1
- pyhive>=0.6.4
- pytest-cov>=2.10.1
Expand All @@ -39,6 +39,9 @@ dependencies:
- triad>=0.5.4
- tzlocal>=2.1
- uvicorn>=0.11.3
- cfn-lint>=0.4.0
- c-compiler
- cxx-compiler
- gcc_linux-64
- sysroot_linux-64==2.17
- pip:
- fugue[sql]>=0.5.3
6 changes: 5 additions & 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>=1.0.0
- pygments>=2.7.1
- pyhive>=0.6.4
- pytest-cov>=2.10.1
Expand All @@ -39,5 +39,9 @@ dependencies:
- triad>=0.5.4
- tzlocal>=2.1
- uvicorn>=0.11.3
- c-compiler
- cxx-compiler
- gcc_linux-64
- sysroot_linux-64==2.17
- pip:
- fugue[sql]>=0.5.3