Skip to content

Commit 3cbab2b

Browse files
authored
Merge pull request #86 from uriahf/65-create-a-clean-marimo-version-of-walkthrough_the_aj_estimateqmd
build: fix requires-python to support >=3.9
2 parents 40454b6 + 1e7804e commit 3cbab2b

File tree

2 files changed

+2457
-57
lines changed

2 files changed

+2457
-57
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = [
33
{name = "Uriah Finkel"},
44
]
55
license = {text = "MIT"}
6-
requires-python = ">=3.13"
6+
requires-python = ">=3.9"
77
dependencies = [
88
"plotly<6.0.0,>=5.13.1",
99
"ipython<9.0.0,>=8.11.0",
@@ -17,6 +17,7 @@ dependencies = [
1717
"pyarrow>=20.0.0",
1818
"ty>=0.0.1a5",
1919
"pandas>=2.2.3",
20+
"polarstate>=0.1.6",
2021
]
2122
name = "rtichoke"
2223
version = "0.1.10"
@@ -39,7 +40,6 @@ dev = [
3940
"uv>=0.6.11",
4041
"monkeytype>=23.3.0",
4142
"marimo>=0.14.7",
42-
"polarstate>=0.1.5",
4343
"pre-commit>=4.2.0",
4444
]
4545

0 commit comments

Comments
 (0)