diff --git a/integration/modal_app.py b/integration/modal_app.py index 5cafb30..ed82742 100644 --- a/integration/modal_app.py +++ b/integration/modal_app.py @@ -129,7 +129,7 @@ BOE_URL = "https://github.com/PolicyEngine/boe-var-model" FRB_URL = "https://github.com/PolicyEngine/us-frb-model" HANK_URL = "https://github.com/PolicyEngine/us-hank-model" -OBR_REVISION = "9c4b595f3b60b305459ba8c91eac5bc69fd0ffc8" +OBR_REVISION = "7a95b28c881711ce25340b5612d56a6b6210d3a0" BOE_REVISION = "42cbcbb728b55b3f416764568fa8f3aef68a6730" FRB_REVISION = "2508a2d3ee7d078fd82f38bc17567e4433489913" HANK_REVISION = "19a8e5e5cd8e7120fbbd2e3de3c5b63509824f3c" diff --git a/integration/pyproject.toml b/integration/pyproject.toml index 1bb8d53..029d75b 100644 --- a/integration/pyproject.toml +++ b/integration/pyproject.toml @@ -49,7 +49,7 @@ Issues = "https://github.com/PolicyEngine/macro/issues" # particular, frbus includes model.xml and LONGBASE.TXT inside its wheel, so a # clean non-editable installation is a supported access path. models = [ - "obr-macro-model @ git+https://github.com/PolicyEngine/obr-macroeconomic-model@9c4b595f3b60b305459ba8c91eac5bc69fd0ffc8", + "obr-macro-model @ git+https://github.com/PolicyEngine/obr-macroeconomic-model@7a95b28c881711ce25340b5612d56a6b6210d3a0", "boe_var @ git+https://github.com/PolicyEngine/boe-var-model@42cbcbb728b55b3f416764568fa8f3aef68a6730", "frbus @ git+https://github.com/PolicyEngine/us-frb-model@2508a2d3ee7d078fd82f38bc17567e4433489913", "us-hank-model @ git+https://github.com/PolicyEngine/us-hank-model@19a8e5e5cd8e7120fbbd2e3de3c5b63509824f3c",