We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc1a40 commit 94d8f34Copy full SHA for 94d8f34
lib/stactools-item-generator/runtime/Dockerfile
@@ -15,6 +15,6 @@ COPY stactools-item-generator/runtime/src/stactools_item_generator/ ${LAMBDA_TAS
15
16
RUN uv export --no-dev --no-editable -o requirements.txt && \
17
uv pip install --target ${LAMBDA_TASK_ROOT} -r requirements.txt && \
18
- uv tool install --with requests stactools;
+ uv tool install --with "numpy<2.3.0",requests stactools;
19
20
CMD ["stactools_item_generator.handler.handler"]
lib/titiler-pgstac-api/runtime/requirements.txt
@@ -1,2 +1,4 @@
1
titiler.pgstac>=1.7,<1.8
2
+numpy>=2.2.6,<2.3.0
3
+numexpr>=2.10.0,<2.10.1
4
psycopg[binary, pool]
0 commit comments