Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/stactools-item-generator/runtime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ COPY stactools-item-generator/runtime/src/stactools_item_generator/ ${LAMBDA_TAS

RUN uv export --no-dev --no-editable -o requirements.txt && \
uv pip install --target ${LAMBDA_TASK_ROOT} -r requirements.txt && \
uv tool install --with requests stactools;
uv tool install --with "numpy<2.3.0",requests stactools;

CMD ["stactools_item_generator.handler.handler"]
2 changes: 2 additions & 0 deletions lib/titiler-pgstac-api/runtime/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
titiler.pgstac>=1.7,<1.8
numpy>=2.2.6,<2.3.0
numexpr>=2.10.0,<2.10.1
psycopg[binary, pool]
Loading