SolarArbiter / solarforecastarbiter-core

Core data gathering, validation, processing, and reporting package for the Solar Forecast Arbiter
https://solarforecastarbiter-core.readthedocs.io
MIT License
33 stars 21 forks source link

missing jinja2 and pytz requirements #715

Closed wholmgren closed 3 years ago

wholmgren commented 3 years ago

https://github.com/conda-forge/solarforecastarbiter-feedstock/pull/7 identified that solarforecastarbiter-core code calls jinja2 and pytz but they are not explicitly required in the conda package. They should be required in setup.py and requirements. We're getting away with it because bokeh pulls in jinja2 and pandas pulls in pytz.