Closed moorepants closed 4 years ago
It seems like the CI installs Pelican 4.2.0 and render_math 1.0.0. For this to work a development version would need to be installed of each.
Thanks for submitting this, Jason. I've addressed the issue via 5d6e456. Since dependency management is handled by Poetry when publishing to PyPI, this shouldn't have any impact on the current v1.0.2 release, which already requires Pelican 4.5 as per pyproject.toml
.
The currently (PyPi) released render_math package does not work with the current release of Pelican (4.2), but should work with the next release, which should be 4.3. This corrects the setup.py file so that user's don't install it prematurely.
Fixes #4