Skip to content

Commit

Permalink
MNT: Give a range instead of pining the minor version to make sure fu…
Browse files Browse the repository at this point in the history
…rture patch versions can be installed. [skip ci]
  • Loading branch information
Taher Chegini committed May 20, 2023
1 parent 86c05df commit ae5e2ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ dynamic = [
"version",
]
dependencies = [
"async-retriever==0.15",
"async-retriever>=0.15,<0.16",
"click>=0.7",
"dask",
"geopandas>=0.10",
"numpy>=1.21",
"pandas>=1",
"py3dep==0.15",
"pygeoogc==0.15",
"pygeoutils==0.15",
"py3dep>=0.15,<0.16",
"pygeoogc>=0.15,<0.16",
"pygeoutils>=0.15,<0.16",
"pyproj>=3.0.1",
"scipy",
"shapely>=1.8.5",
Expand Down

0 comments on commit ae5e2ed

Please sign in to comment.