Skip to content

Commit 2397937

Browse files
committed
Create pyproject.toml
1 parent 463a100 commit 2397937

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

pyproject.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[project]
2+
name = "python-data-viz-workshop"
3+
version = "3.0.0"
4+
description = "A workshop on data visualization in Python created by Stefanie Molin"
5+
readme = "README.md"
6+
license-files = [ "LICENSE" ]
7+
authors = [
8+
{ name = "Stefanie Molin", email = "python-data-viz-workshop@stefaniemolin.com" },
9+
]
10+
requires-python = ">=3.9"
11+
dependencies = [
12+
"bokeh==3.4.1",
13+
"ffmpeg",
14+
"geopandas==0.14.4",
15+
"jupyterlab>=4.1.8",
16+
"matplotlib==3.8.4",
17+
"numpy==1.26.4",
18+
"pandas==2.2.2",
19+
"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",
25+
]

0 commit comments

Comments
 (0)