Skip to content

Commit

Permalink
chore: move polars to new dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Oct 13, 2024
1 parent c805f48 commit 0a36f97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dependencies = [
"geopandas>=0.6",
"shapely>=2.0.6",
"pyarrow>=16.0.0",
"polars>=0.19.4",
"rich>=12.0.0",
"geoarrow-rust-core>=0.2.0",
"pooch>=1.6.0",
Expand Down Expand Up @@ -39,7 +38,7 @@ classifiers = [

[project.optional-dependencies]
cli = ["typer[all]>=0.9.0", "h3>=4.0.0b1", "s2>=0.1.9", "python-geohash>=0.8"]
index-generation = ["scikit-learn>=0.16"]
index-generation = ["scikit-learn>=0.16", "polars>=0.19.4"]

[project.scripts]
overturemaestro = "overturemaestro.__main__:main"
Expand Down

0 comments on commit 0a36f97

Please sign in to comment.