Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Feb 22, 2022
1 parent cdd6262 commit 05f8dad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/titiler/application/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

inst_reqs = [
"rio-cogeo>=3.1,<4.0",
"titiler.core>=0.4,<0.5",
"titiler.mosaic>=0.4,<0.5",
"titiler.core>=0.5,<0.6",
"titiler.mosaic>=0.5,<0.6",
"starlette-cramjam>=0.1.0,<0.2",
"python-dotenv",
]
Expand Down
2 changes: 1 addition & 1 deletion src/titiler/mosaic/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
with open("README.md") as f:
long_description = f.read()

inst_reqs = ["titiler.core>=0.4,<0.5", "cogeo-mosaic>=4.1,<4.2"]
inst_reqs = ["titiler.core>=0.5,<0.6", "cogeo-mosaic>=4.1,<4.2"]
extra_reqs = {
"test": ["pytest", "pytest-cov", "pytest-asyncio", "requests"],
}
Expand Down

0 comments on commit 05f8dad

Please sign in to comment.