diff --git a/CHANGELOG.md b/CHANGELOG.md index 332cd49..821aa62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated documentation for accuracy and completeness. +- Updated Pyodide version in demo to v0.29.1. ## [0.1.0] - 2025-12-21 diff --git a/README.md b/README.md index 7a529ae..19c7f06 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ hatch build pip install dist/imposition-0.1.0-py3-none-any.whl ``` +## Requirements + +The library and demo require Pyodide v0.29.1 or later. + ## Quick Start The following example demonstrates how to load an EPUB file and render it in a web page. diff --git a/index.html b/index.html index 120183e..b40a143 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - +