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

Specify Package Requirements #16

Closed andersonfrailey closed 5 years ago

andersonfrailey commented 5 years ago

After added numpy to meta.yaml I received a new error when trying to build the package about a conflict between the version of numpy required by Tax-Calculator (1.13) and the default numpy version installed when building the package (1.11). This PR adds specific version requirements for numpy, pandas, and behresp to hopefully avoid that issue.