Skip to content

Commit

Permalink
update titiler requirements (#105)
Browse files Browse the repository at this point in the history
* update titiler requirements

* update geojson-pydantic version
  • Loading branch information
vincentsarago committed Jun 28, 2022
1 parent 3f0016b commit 93ee000
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pctiler/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@

# Runtime requirements.
inst_reqs = [
"geojson-pydantic==0.3.3",
"geojson-pydantic==0.4.2",
"jinja2==3.0.3",
"pystac==1.*",
"planetary-computer==0.4.*",

"rasterio==1.2.*",
"titiler.core==0.6.0",
"titiler.mosaic==0.6.0",
"titiler.core==0.7.0",
"titiler.mosaic==0.7.0",

# titiler-pgstac
"psycopg[binary,pool]",
"titiler.pgstac==0.1.0a10",
"titiler.pgstac==0.1.0",

# colormap dependencies
"matplotlib==3.4.*",
Expand Down

0 comments on commit 93ee000

Please sign in to comment.