We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677c0fa commit a0ff22cCopy full SHA for a0ff22c
.python-version
@@ -0,0 +1 @@
1
+3.12
pyproject.toml
@@ -13,7 +13,7 @@ name = "labourcan"
13
version = "0.1.0"
14
description = "Add your description here"
15
readme = "README.md"
16
-requires-python = ">=3.13"
+requires-python = ">=3.12"
17
dependencies = [
18
"brand-yml>=0.1.1",
19
"great-tables>=0.18.0",
@@ -27,8 +27,7 @@ dependencies = [
27
"pip>=25.2",
28
"plotnine>=0.15.0",
29
"polars>=1.33.0",
30
- "pyarrow>=21.0.0",
+ "pyarrow>=18.0.0",
31
"pyprojroot>=0.3.0",
32
- "pyyaml>=6.0.2",
33
- "quarto-cli>=1.8.24",
+ "pyyaml>=6.0.2"
34
]
0 commit comments