Skip to content

Commit 9079301

Browse files
authored
Prepare for 0.4.8 release (#119)
1 parent fd0bf6d commit 9079301

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
doit ecosystem_setup
5454
conda create -n test-environment python=${{ matrix.python-version }}
5555
conda activate test-environment
56-
conda config --env --append channels pyviz/label/dev --append channels numba --append channels conda-forge
56+
conda config --env --append channels pyviz/label/dev --append channels conda-forge
5757
conda install pyctdev
5858
- name: doit develop_install
5959
run: |

examples/Overview.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"from spatialpandas.geometry import (\n",
3737
" PointArray, MultiPointArray, LineArray,\n",
3838
" MultiLineArray, PolygonArray, MultiPolygonArray\n",
39-
")\n",
40-
"%matplotlib inline"
39+
")"
4140
]
4241
},
4342
{

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
],
2323
'examples': [
2424
'datashader',
25+
'distributed',
2526
'descartes',
2627
'geopandas',
2728
'holoviews',

0 commit comments

Comments
 (0)