Skip to content
Closed
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
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ dependencies = [
# UCGMSim Dependencies
"im-calculation>=2025.12.5",
"velocity-modelling>=2026.2.1",
"nshmdb>=2025.12.1",
# Pinned exactly: 2026.8.1+ changed get_rupture_faults()'s query to select
# f.fault_system, which the nshmdb.db this project's realisations were
# built from (sha256 00e256480618cd15e11fbf744037d037bf3fc2d523fb977ee30e0b84a640bc57,
# see cs_nshm_2022 commit 646055c) does not have as a column. 2026.8.1+
# also requires NSHMDB to be used as a context manager, which
# nshm2022_to_realisation.py does not do. Bump only alongside a
# matching nshmdb.db and the context-manager fix.
"nshmdb==2025.12.1",
"oq_wrapper>=2025.12.3",
"qcore-utils>=2025.12.2",
"source_modelling>=2026.08.1",
Expand Down
11 changes: 5 additions & 6 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading