diff --git a/changelog_entry.yaml b/changelog_entry.yaml index e69de29bb..764350988 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -0,0 +1,4 @@ +- bump: minor + changes: + changed: + - Use Enhanced CPS (enhanced_cps_2024.h5) as the default dataset for US nationwide simulations instead of CPS 2023. diff --git a/setup.py b/setup.py index ace52e8a9..f8b158172 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "policyengine_uk==2.39.0", "policyengine_us==1.499.0", "policyengine_core>=3.16.6", - "policyengine>=0.7.0", + "policyengine==0.9.0", "pydantic", "pymysql", "python-dotenv",