-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (31 loc) · 853 Bytes
/
pyproject.toml
File metadata and controls
31 lines (31 loc) · 853 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
31
[project]
name = "python-polars-the-definitive-guide"
version = "1.0.0"
requires-python = "==3.13.*"
description = "Python Polars: The Definitive Guide"
readme = "README.md"
authors = [
{ name = "Jeroen Janssens", email = "jeroen@jeroenjanssens.com" },
{ name = "Thijs Nieuwdorp", email = "thijsnieuwdorp@hotmail.com" }
]
dependencies = [
"polars[all]==1.33.0",
"jupyterlab==4.4.6",
"maturin==1.9.3",
"plotnine[all]==0.15.0",
"great-tables==0.18.0",
"textblob==0.19.0",
"scipy==1.16.1",
"scikit-learn==1.7.1",
"pyarrow==19.0.1",
"chardet==5.2.0",
"lxml==5.4.0",
"altair==5.5.0",
"vl-convert-python==1.8.0",
"geoviews==1.14.1",
"datashader==0.18.2",
"jupyter-bokeh==4.0.5",
"patchelf==0.17.2.4 ; sys_platform == 'linux'",
"hvplot==0.12.0",
"vegafusion[embed]==1.6.9",
]