Skip to content

Commit 64acd89

Browse files
authored
Align simulation UK runtime with PolicyEngine 4.4.3
Use policyengine-uk 2.88.0 in the simulation worker to match policyengine.py 4.4.3 while keeping policyengine-us 1.690.7.
1 parent f0afbc0 commit 64acd89

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

projects/policyengine-api-simulation/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"policyengine-fastapi",
1919
"policyengine==4.4.3",
2020
"policyengine-core>=3.26.1",
21-
"policyengine-uk==2.88.14",
21+
"policyengine-uk==2.88.0",
2222
"policyengine-us==1.690.7",
2323
"tables>=3.10.2",
2424
"modal>=0.73.0",

projects/policyengine-api-simulation/src/modal/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# Get versions from environment or use defaults
1717
US_VERSION = os.environ.get("POLICYENGINE_US_VERSION", "1.690.7")
18-
UK_VERSION = os.environ.get("POLICYENGINE_UK_VERSION", "2.88.14")
18+
UK_VERSION = os.environ.get("POLICYENGINE_UK_VERSION", "2.88.0")
1919

2020

2121
def get_app_name(us_version: str, uk_version: str) -> str:

projects/policyengine-api-simulation/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)