From 801b3978d50392a9da6cb1dbc5b8cd29092e438f Mon Sep 17 00:00:00 2001 From: xxyzz Date: Mon, 22 Apr 2024 18:26:54 +0800 Subject: [PATCH] Update dependencies --- __init__.py | 2 +- data/deps.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/__init__.py b/__init__.py index 6e7d0b1..938247e 100644 --- a/__init__.py +++ b/__init__.py @@ -1,6 +1,6 @@ from calibre.customize import InterfaceActionBase -VERSION = (3, 31, 2) +VERSION = (3, 31, 3) class WordDumbDumb(InterfaceActionBase): diff --git a/data/deps.json b/data/deps.json index 8124b60..30a2562 100644 --- a/data/deps.json +++ b/data/deps.json @@ -1,11 +1,11 @@ { "cupy": "12.3.0", - "lxml": "5.1.1", - "rapidfuzz": "3.7.0", + "lxml": "5.2.1", + "rapidfuzz": "3.8.1", "spacy": "3.7.4", "spacy_cpu_model": "3.7.0", "spacy_trf_model": "3.7.2", - "thinc-apple-ops": "0.1.4", + "thinc-apple-ops": "0.1.5", "torch": "2.2.2", - "typing-extensions": "4.10.0" + "typing-extensions": "4.11.0" }