graphviz==0.16
matplotlib==3.3.4; python_version <= '3.9'
matplotlib>=3.5.0; python_version > '3.9'
matplotlib-inline==0.1.6; python_version <= '3.9'
matplotlib-inline>=0.1.7; python_version > '3.9'

scikit-learn>=0.20,<1.1; python_version <= '3.10'
scikit-learn>=1.1.3,<=1.8.0; python_version == '3.11'
scikit-learn==1.3.2; python_version == '3.12'
scikit-learn>=1.5.0,<=1.8.0; python_version >= '3.13'

scipy>=1.2,<1.3; python_version <= '3.7'
scipy==1.10.1; python_version >= '3.8' and python_version < '3.12'
scipy==1.11.3; python_version == '3.12'
scipy>=1.13.0,<=1.17.0; python_version >= '3.13'

xgboost==0.82
lightgbm>=3.2,<3.3

statsmodels>=0.10,<0.11; python_version < '3.9'
statsmodels==0.13.5; python_version >= '3.9' and python_version < '3.12'
statsmodels==0.14.0; python_version == '3.12'
statsmodels>=0.14.2,<=0.14.6; python_version >= '3.13'

jinja2>=2.10,<2.11
flask>=1.0,<1.1
cloudpickle>=1.3,<1.6
