From 842eba02ce970397a3a9452fd3eecec1a5fc8cf8 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Wed, 27 Sep 2023 19:16:34 -0400 Subject: [PATCH] Unpin polars --- .github/workflows/build_test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 53ab7a34..799c3efe 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -311,7 +311,7 @@ jobs: ls -la python -m pip install vegafusion-*.whl python -m pip install vegafusion_python_embed-*manylinux_2_17_x86_64*.whl - python -m pip install pytest vega-datasets polars==0.19.3 duckdb vl-convert-python scikit-image pandas==2.0 + python -m pip install pytest vega-datasets polars duckdb vl-convert-python scikit-image pandas==2.0 - name: Test vegafusion working-directory: python/vegafusion/ run: pytest @@ -342,7 +342,7 @@ jobs: ls -la python -m pip install vegafusion-*.whl python -m pip install vegafusion_python_embed-*macosx_10_7_x86_64.whl - python -m pip install pytest vega-datasets polars==0.19.3 duckdb altair vl-convert-python scikit-image pandas==2.0 + python -m pip install pytest vega-datasets polars duckdb altair vl-convert-python scikit-image pandas==2.0 # Downgrade pyarrow to 10.0.1 python -m pip install pyarrow==10.0.1 @@ -380,7 +380,7 @@ jobs: python -m pip install $vegafusion python -m pip install $vegafusion_python_embed - python -m pip install pytest vega-datasets polars==0.19.3 duckdb vl-convert-python scikit-image + python -m pip install pytest vega-datasets polars duckdb vl-convert-python scikit-image - name: Test vegafusion working-directory: python/vegafusion/ run: pytest