diff --git a/.github/cluster-upstream.yml b/.github/cluster-upstream.yml index a56eb5249..e541d64df 100644 --- a/.github/cluster-upstream.yml +++ b/.github/cluster-upstream.yml @@ -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 diff --git a/.github/cluster.yml b/.github/cluster.yml index 87431cd6f..32fcde1de 100644 --- a/.github/cluster.yml +++ b/.github/cluster.yml @@ -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 diff --git a/continuous_integration/environment-3.10-jdk11-dev.yaml b/continuous_integration/environment-3.10-jdk11-dev.yaml index cdee53be1..0c8efc3b4 100644 --- a/continuous_integration/environment-3.10-jdk11-dev.yaml +++ b/continuous_integration/environment-3.10-jdk11-dev.yaml @@ -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 @@ -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 diff --git a/continuous_integration/environment-3.10-jdk8-dev.yaml b/continuous_integration/environment-3.10-jdk8-dev.yaml index 5dd991dfc..a0b9d17f7 100644 --- a/continuous_integration/environment-3.10-jdk8-dev.yaml +++ b/continuous_integration/environment-3.10-jdk8-dev.yaml @@ -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 @@ -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 diff --git a/continuous_integration/environment-3.8-jdk11-dev.yaml b/continuous_integration/environment-3.8-jdk11-dev.yaml index f4897110b..2c24bcac7 100644 --- a/continuous_integration/environment-3.8-jdk11-dev.yaml +++ b/continuous_integration/environment-3.8-jdk11-dev.yaml @@ -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 @@ -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 diff --git a/continuous_integration/environment-3.8-jdk8-dev.yaml b/continuous_integration/environment-3.8-jdk8-dev.yaml index 9928e4c8a..302e3ee5e 100644 --- a/continuous_integration/environment-3.8-jdk8-dev.yaml +++ b/continuous_integration/environment-3.8-jdk8-dev.yaml @@ -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 @@ -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 diff --git a/continuous_integration/environment-3.9-jdk11-dev.yaml b/continuous_integration/environment-3.9-jdk11-dev.yaml index ecca5da20..f3bec2547 100644 --- a/continuous_integration/environment-3.9-jdk11-dev.yaml +++ b/continuous_integration/environment-3.9-jdk11-dev.yaml @@ -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 @@ -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 diff --git a/continuous_integration/environment-3.9-jdk8-dev.yaml b/continuous_integration/environment-3.9-jdk8-dev.yaml index b2fa6d74d..b94fbfba5 100644 --- a/continuous_integration/environment-3.9-jdk8-dev.yaml +++ b/continuous_integration/environment-3.9-jdk8-dev.yaml @@ -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 @@ -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