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 deployment/aws/build_layer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $PIP install \
# its only runtime dep is numpy (already installed above). Keep the pin in
# sync with the `lambda` extra in pyproject.toml.
echo "Installing h5coro, h5coro-hidefix and mortie (--no-deps)..."
$PIP install "h5coro==1.0.4" "h5coro-hidefix==0.2.0" mortie --no-deps -t "$OUTPUT_DIR/python" --no-cache-dir
$PIP install "h5coro==1.0.4" "h5coro-hidefix==0.3.0" mortie --no-deps -t "$OUTPUT_DIR/python" --no-cache-dir

# Verify numpy stayed < 2.3
NUMPY_VERSION=$(ls "$OUTPUT_DIR/python" | grep -E "^numpy-" | head -1)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ lambda = [
"h5coro==1.0.4",
# Keep this pin in sync with deployment/aws/build_layer.sh (abi3
# manylinux_2_28 wheels cover both layer arches, ~2.2 MB each).
"h5coro-hidefix==0.2.0",
"h5coro-hidefix==0.3.0",
"cramjam",
"astropy",
]
Expand Down
Loading