diff --git a/__init__.py b/__init__.py index 4f470b3..70f4eb7 100644 --- a/__init__.py +++ b/__init__.py @@ -1,6 +1,6 @@ from calibre.customize import InterfaceActionBase -VERSION = (3, 31, 4) +VERSION = (3, 31, 5) class WordDumbDumb(InterfaceActionBase): diff --git a/data/deps.json b/data/deps.json index 5c82885..30a2562 100644 --- a/data/deps.json +++ b/data/deps.json @@ -6,6 +6,6 @@ "spacy_cpu_model": "3.7.0", "spacy_trf_model": "3.7.2", "thinc-apple-ops": "0.1.5", - "torch": "2.3.0", + "torch": "2.2.2", "typing-extensions": "4.11.0" }