Skip to content

Commit

Permalink
update to 0.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jul 5, 2024
1 parent 77109ee commit b72798a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ ENV \

RUN yum update -y

RUN pip install pip -U
RUN python -m pip install pip -U

COPY requirements.txt requirements.txt
RUN pip install \
RUN python -m pip install \
-r requirements.txt \
--no-binary pydantic \
-t $PREFIX/python
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@

| Layer Version | TiTiler Version | Python Version |
| --| --| --|
| 13 | 0.18.1 | 3.11 |
| 14 | 0.18.5 | 3.11 |

**Older version**

| Layer Version | TiTiler Version | Python Version |
| --| --| --|
| 13 | 0.18.1 | 3.11 |
| 12 | 0.17.3 | 3.11 |
| 11 | 0.15.6 | 3.11 |
| 10 | 0.15.0 | 3.11 |
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

titiler.core==0.18.1
titiler.extensions[stac,cogeo]==0.18.1
titiler.mosaic==0.18.1
titiler.application==0.18.1
numexpr==2.10.0
titiler.core==0.18.5
titiler.extensions[stac,cogeo]==0.18.5
titiler.mosaic==0.18.5
titiler.application==0.18.5
mangum
requests
pyyaml
Expand Down
2 changes: 1 addition & 1 deletion sam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Parameters:

LayerVersion:
Type: String
Default: 13
Default: 14

Resources:
TiTiler:
Expand Down

0 comments on commit b72798a

Please sign in to comment.