6262 cache-suffix : ${{ matrix.python-version }}
6363 cache-dependency-glob : " pyproject.toml"
6464 - name : install-pretty-old-versions
65- run : uv pip install pipdeptree tox virtualenv setuptools pandas==1.1.5 polars==0.20.3 numpy==1.17.5 pyarrow==11.0.0 "pyarrow-stubs<17" pyspark==3.5.0 scipy==1.5.0 scikit-learn==1.1.0 duckdb==1.0 tzdata backports.zoneinfo --system
65+ run : uv pip install pipdeptree tox virtualenv setuptools pandas==1.1.5 polars==0.20.3 numpy==1.17.5 pyarrow==11.0.0 "pyarrow-stubs<17" scipy==1.5.0 scikit-learn==1.1.0 duckdb==1.0 tzdata backports.zoneinfo --system
6666 - name : install-reqs
6767 run : uv pip install -e . --group tests --system
6868 - name : show-deps
7676 echo "$DEPS" | grep 'polars==0.20.3'
7777 echo "$DEPS" | grep 'numpy==1.17.5'
7878 echo "$DEPS" | grep 'pyarrow==11.0.0'
79- echo "$DEPS" | grep 'pyspark==3.5.0'
8079 echo "$DEPS" | grep 'scipy==1.5.0'
8180 echo "$DEPS" | grep 'scikit-learn==1.1.0'
8281 echo "$DEPS" | grep 'duckdb==1.0'
@@ -101,7 +100,7 @@ jobs:
101100 cache-suffix : ${{ matrix.python-version }}
102101 cache-dependency-glob : " pyproject.toml"
103102 - name : install-not-so-old-versions
104- run : uv pip install tox virtualenv setuptools pandas==2.0.3 polars==0.20.8 numpy==1.24.4 pyarrow==15.0.0 "pyarrow-stubs<17" pyspark==3.5.0 scipy==1.8.0 scikit-learn==1.3.0 duckdb==1.0 dask[dataframe]==2024.10 tzdata --system
103+ run : uv pip install tox virtualenv setuptools pandas==2.0.3 polars==0.20.8 numpy==1.24.4 pyarrow==15.0.0 "pyarrow-stubs<17" scipy==1.8.0 scikit-learn==1.3.0 duckdb==1.0 dask[dataframe]==2024.10 tzdata --system
105104 - name : install-reqs
106105 run : uv pip install -e . --group tests --system
107106 - name : show-deps
@@ -113,7 +112,6 @@ jobs:
113112 echo "$DEPS" | grep 'polars==0.20.8'
114113 echo "$DEPS" | grep 'numpy==1.24.4'
115114 echo "$DEPS" | grep 'pyarrow==15.0.0'
116- echo "$DEPS" | grep 'pyspark==3.5.0'
117115 echo "$DEPS" | grep 'scipy==1.8.0'
118116 echo "$DEPS" | grep 'scikit-learn==1.3.0'
119117 echo "$DEPS" | grep 'dask==2024.10'
0 commit comments