forecastlab / forecast_dash

A website for viewing forecasting results of commonly used time series.
https://business-forecast-lab.com
Other
35 stars 17 forks source link

Fix pyyaml dependency issue #211

Closed sjtrny closed 1 year ago

sjtrny commented 1 year ago

Summary

There was a conflict in PyYAML versions between dash app and updater requirements files due to the use of the front matter package, which caused headaches when testing locally. I've replaced the package with an alternative so that both dash/updater use the same version of PyYAML.

Related Issues

List any related issues here. Write NA if no related issues.

Checklist