File tree Expand file tree Collapse file tree 3 files changed +328
-776
lines changed
Expand file tree Collapse file tree 3 files changed +328
-776
lines changed Original file line number Diff line number Diff line change @@ -2,18 +2,18 @@ name: data_viz_workshop
22channels :
33 - conda-forge
44dependencies :
5- - python>=3.10.0,<=3.13 .0
6- - bokeh=3.4.1
5+ - python>=3.10.0,<3.14 .0
6+ - bokeh=3.7.3
77 - ffmpeg
8- - geopandas=0.14.4
8+ - geopandas=1.1.1
99 - jupyterlab>=4.1.8
10- - matplotlib=3.8.4
11- - numpy=1.26.4
12- - pandas=2.2.2
10+ - matplotlib=3.10.5
11+ - numpy=2.2.6
12+ - pandas=2.3.1
1313 - seaborn=0.13.2
14- - shapely=2.0.4
15- - pyviz::geoviews-core=1.12 .0
16- - pyviz::geoviews=1.12 .0
17- - pyviz::holoviews=1.18.3
18- - pyviz::hvplot=0.9.2
19- - pyviz::panel=1.4.2
14+ - shapely=2.1.1
15+ - pyviz::geoviews-core=1.14 .0
16+ - pyviz::geoviews=1.14 .0
17+ - pyviz::holoviews=1.21.0
18+ - pyviz::hvplot=0.12.0
19+ - pyviz::panel=1.7.5
Original file line number Diff line number Diff line change @@ -7,21 +7,21 @@ license-files = [ "LICENSE" ]
77authors = [
88 { name = " Stefanie Molin" , email = " python-data-viz-workshop@stefaniemolin.com" },
99]
10- requires-python = " >=3.10"
10+ requires-python = " >=3.10" # Python 3.10 is EOL in October 2026
1111dependencies = [
12- " bokeh==3.4.1 " ,
12+ " bokeh==3.7.3 " ,
1313 " ffmpeg" ,
14- " geopandas==0.14.4 " ,
14+ " geopandas==1.1.1 " ,
1515 " jupyterlab>=4.1.8" ,
16- " matplotlib==3.8.4 " ,
17- " numpy==1.26.4 " ,
18- " pandas==2.2.2 " ,
16+ " matplotlib==3.10.5 " ,
17+ " numpy==2.2.6 " , # 2.3.0 supports Python>=3.11,<=3.13
18+ " pandas==2.3.1 " ,
1919 " seaborn==0.13.2" ,
20- " shapely==2.0.4 " ,
21- " geoviews==1.12 .0" ,
22- " holoviews==1.18.3 " ,
23- " hvplot==0.9.2 " ,
24- " panel==1.4.2 " ,
20+ " shapely==2.1.1 " ,
21+ " geoviews==1.14 .0" ,
22+ " holoviews==1.21.0 " ,
23+ " hvplot==0.12.0 " ,
24+ " panel==1.7.5 " ,
2525]
2626
2727[dependency-groups ]
You can’t perform that action at this time.
0 commit comments