Skip to content

Commit 817e270

Browse files
raybellwavesjcrist
authored andcommitted
Update duckdb.qmd
1 parent 5ae697e commit 817e270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/backends/duckdb.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,13 @@ pip install 'ibis-framework[geospatial]'
171171
## `conda`
172172

173173
```bash
174-
conda install -c conda-forge geopandas 'shapely>=2,<3'
174+
conda install -c conda-forge ibis-framework geopandas 'shapely>=2,<3'
175175
```
176176

177177
## `mamba`
178178

179179
```bash
180-
mamba install -c conda-forge geopandas 'shapely>=2,<3'
180+
mamba install -c conda-forge ibis-framework geopandas 'shapely>=2,<3'
181181
```
182182

183183
:::

0 commit comments

Comments
 (0)