PolicyEngine / policyengine-core

Core microsimulation engine for PolicyEngine models. Forked from OpenFisca-Core.
https://policyengine.github.io/policyengine-core
GNU Affero General Public License v3.0
14 stars 19 forks source link

Move jupyter-book requirement in setup.py #247

Open martinholmer opened 1 month ago

martinholmer commented 1 month ago

Move the "jupyter-book<1" requirement from the dev_requirements list (line 33 below) to the general_requirements list. This move is needed because country models have CI documentation tests that will fail unless jupyter-book is available.

https://github.com/PolicyEngine/policyengine-core/blob/47f5bdf953d8c6776f9af1f3859864c12ebbf36f/setup.py#L12-L46