Skip to content

Commit 94d8f34

Browse files
authored
fix: pin to numpy>=2.2.6,<2.3.0 and numexpr>=2.10.0<2.10.1 (#154)
* fix: pin to numpy>=2.2.6,<2.3.0 and numexpr>=2.10.0<2.10.1
1 parent cdc1a40 commit 94d8f34

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

lib/stactools-item-generator/runtime/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ COPY stactools-item-generator/runtime/src/stactools_item_generator/ ${LAMBDA_TAS
1515

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

2020
CMD ["stactools_item_generator.handler.handler"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
titiler.pgstac>=1.7,<1.8
2+
numpy>=2.2.6,<2.3.0
3+
numexpr>=2.10.0,<2.10.1
24
psycopg[binary, pool]

0 commit comments

Comments
 (0)