Skip to content

Commit

Permalink
Pin contextily>=1, IPython>=8, pyarrow>=14
Browse files Browse the repository at this point in the history
Pin major versions for optional dependencies that are not on version 0.x. Using a reasonable major version released in the past year or two.
  • Loading branch information
weiji14 committed Nov 21, 2024
1 parent 3f6909d commit 788fc46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ dynamic = ["version"]

[project.optional-dependencies]
all = [
"contextily",
"contextily>=1",
"geopandas",
"IPython", # 'ipython' is not the correct module name.
"pyarrow",
"IPython>=8", # 'ipython' is not the correct module name.
"pyarrow>=14",
"rioxarray",
]

Expand Down

0 comments on commit 788fc46

Please sign in to comment.