-
-
Notifications
You must be signed in to change notification settings - Fork 378
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (29 loc) · 684 Bytes
/
pyproject.toml
File metadata and controls
30 lines (29 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[project]
name = "python-data-viz-workshop"
version = "3.0.0"
description = "A workshop on data visualization in Python created by Stefanie Molin"
readme = "README.md"
license-files = [ "LICENSE" ]
authors = [
{ name = "Stefanie Molin", email = "python-data-viz-workshop@stefaniemolin.com" },
]
requires-python = ">=3.9"
dependencies = [
"bokeh==3.4.1",
"ffmpeg",
"geopandas==0.14.4",
"jupyterlab>=4.1.8",
"matplotlib==3.8.4",
"numpy==1.26.4",
"pandas==2.2.2",
"seaborn==0.13.2",
"shapely==2.0.4",
"geoviews==1.12.0",
"holoviews==1.18.3",
"hvplot==0.9.2",
"panel==1.4.2",
]
[dependency-groups]
slides = [
"nbmerge>=0.0.4",
]