Skip to content

Commit

Permalink
Merge pull request #1765 from PolicyEngine/bump-policyengine-us-to-1.…
Browse files Browse the repository at this point in the history
…71.1

Update PolicyEngine US to 1.71.1, UK to 1.7.3, and Canada to 0.96.1, and remove explicit core dep
  • Loading branch information
MaxGhenis authored Sep 4, 2024
2 parents d243aa5 + 9b3f790 commit 6e93042
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
- bump: patch
changes:
changed:
- Update PolicyEngine US to 1.71.1
- Update PolicyEngine Canada to 0.96.1
- Update PolicyEngine UK to 1.7.3
- Remove explicit PolicyEngine Core dependency, since it is in country packages.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@
"gunicorn",
"markupsafe==2.0.1",
"openai",
"PolicyEngine-Core>2.11,<3",
"policyengine_canada==0.95.0",
"policyengine_canada==0.96.1",
"policyengine-ng==0.5.1",
"policyengine-il==0.1.0",
"policyengine_uk==1.7.1",
"policyengine_us==1.68.0",
"policyengine_uk==1.7.3",
"policyengine_us==1.71.1",
"pymysql",
"redis",
"rq",
Expand Down

0 comments on commit 6e93042

Please sign in to comment.