62
62
cache-suffix : ${{ matrix.python-version }}
63
63
cache-dependency-glob : " pyproject.toml"
64
64
- 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
66
66
- name : install-reqs
67
67
run : uv pip install -e . --group tests --system
68
68
- name : show-deps
76
76
echo "$DEPS" | grep 'polars==0.20.3'
77
77
echo "$DEPS" | grep 'numpy==1.17.5'
78
78
echo "$DEPS" | grep 'pyarrow==11.0.0'
79
- echo "$DEPS" | grep 'pyspark==3.5.0'
80
79
echo "$DEPS" | grep 'scipy==1.5.0'
81
80
echo "$DEPS" | grep 'scikit-learn==1.1.0'
82
81
echo "$DEPS" | grep 'duckdb==1.0'
@@ -101,7 +100,7 @@ jobs:
101
100
cache-suffix : ${{ matrix.python-version }}
102
101
cache-dependency-glob : " pyproject.toml"
103
102
- 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
105
104
- name : install-reqs
106
105
run : uv pip install -e . --group tests --system
107
106
- name : show-deps
@@ -113,7 +112,6 @@ jobs:
113
112
echo "$DEPS" | grep 'polars==0.20.8'
114
113
echo "$DEPS" | grep 'numpy==1.24.4'
115
114
echo "$DEPS" | grep 'pyarrow==15.0.0'
116
- echo "$DEPS" | grep 'pyspark==3.5.0'
117
115
echo "$DEPS" | grep 'scipy==1.8.0'
118
116
echo "$DEPS" | grep 'scikit-learn==1.3.0'
119
117
echo "$DEPS" | grep 'dask==2024.10'
0 commit comments