PSLmodels / Tax-Brain

Tax-Brain is an integrator model for PSL tax models
http://taxbrain.pslmodels.org/
MIT License
9 stars 14 forks source link

Use matplotlib for reports #134

Closed andersonfrailey closed 3 years ago

andersonfrailey commented 3 years ago

This PR massively simplifies the package needs for automatically generating reports. By use matplotlib for the plots, we no longer need to install selenium, firefox, and a host of other things to save the figures. This should make getting plots up on Compute Studio easy. Also had to bump the version requirements for taxcalc and behresp to 3.0 and 0.11, respectively.

Given that we need this PR to move forward with a handful of others and get a new Tax-Brain package out, I'm going to merge this PR tonight.

cc @hdoupe

andersonfrailey commented 3 years ago

Oh and also adding Python 3.8 support.