diff --git a/CHANGELOG.md b/CHANGELOG.md index ad34635..d0a435e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v1.1.4](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.1.4) - 2024-08-28 + +### Fix + +* Fix torch dependency for Intel Macs ([#15](https://github.com/DS4SD/docling-ibm-models/issues/15)) ([`12153f8`](https://github.com/DS4SD/docling-ibm-models/commit/12153f829f2ccf25ab03a12924982b1220bf9d6e)) + ## [v1.1.3](https://github.com/DS4SD/docling-ibm-models/releases/tag/v1.1.3) - 2024-08-27 ### Fix diff --git a/pyproject.toml b/pyproject.toml index 4a6ea94..5894ffe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docling-ibm-models" -version = "1.1.3" # DO NOT EDIT, updated automatically +version = "1.1.4" # DO NOT EDIT, updated automatically description = "This package contains the AI models used by the Docling PDF conversion package" authors = ["Nikos Livathinos ", "Maxim Lysak ", "Ahmed Nassar ", "Christoph Auer ", "Michele Dolfi ", "Peter Staar "] license = "MIT"