TheCGO / fiscalsim-us

FiscalSim US is a microsimulation model of the US federal and state tax and benefit system relating to households and individuals.
https://thecgo.github.io/fiscalsim-us/
GNU Affero General Public License v3.0
11 stars 12 forks source link

New version of PolicyEngine-US is Python 3.9 compliant #13

Closed rickecon closed 1 year ago

rickecon commented 1 year ago

The OpenFisca-US repository changed its name to PolicyEngine-US. This new repository is Python 3.9 compliant. It also changes the dependencies from openfisca-core and openfisca-tools to policyengine-core, into which the former two repositories are merged. We should make fiscalsim-us dependent on policyengine-core, instead of openfisca-core and openfisca-tools.

cc: @ss7886

rickecon commented 1 year ago

This issue is resolve by PR #14.