We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463a100 commit 2397937Copy full SHA for 2397937
pyproject.toml
@@ -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