Skip to content

Commit 5590121

Browse files
committed
Add all necessary dependencies to pyproject.toml
1 parent 1360716 commit 5590121

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ classifiers = [
2020
]
2121

2222
dependencies = [
23-
"geodatasets"
23+
"plotnine[extra]",
24+
"geodatasets>=2024.8.0",
25+
"jupyter>=1.1.1",
2426
]
2527
requires-python = ">=3.10"
2628

0 commit comments

Comments
 (0)