Skip to content

Commit 47c7a94

Browse files
authored
docs: Update docs to reflect Ibis support (#2553)
1 parent 5f1650e commit 47c7a94

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/extremes.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ jobs:
171171
- name: Assert nightlies dependencies
172172
run: |
173173
DEPS=$(uv pip freeze)
174-
echo "$DEPS" | grep 'polars.*@'
175174
echo "$DEPS" | grep 'pandas.*dev'
176175
echo "$DEPS" | grep 'pyarrow.*dev'
177176
echo "$DEPS" | grep 'numpy.*dev'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
Extremely lightweight and extensible compatibility layer between dataframe libraries!
1616

1717
- **Full API support**: cuDF, Modin, pandas, Polars, PyArrow.
18-
- **Lazy-only support**: Dask, SQLFrame, PySpark. Work in progress: DuckDB, Ibis.
18+
- **Lazy-only support**: Dask, DuckDB, Ibis, PySpark, SQLFrame. Work in progress: Daft.
1919

2020
Seamlessly support all, without depending on any!
2121

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Extremely lightweight and extensible compatibility layer between dataframe libraries!
1111

1212
- **Full API support**: cuDF, Modin, pandas, Polars, PyArrow.
13-
- **Lazy-only support**: Dask, SQLFrame, PySpark. Work in progress: DuckDB, Ibis.
13+
- **Lazy-only support**: Dask, DuckDB, Ibis, PySpark, SQLFrame. Work in progress: Daft.
1414

1515
Seamlessly support all, without depending on any!
1616

0 commit comments

Comments
 (0)