Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Apr 22, 2024
1 parent 5ae5914 commit 801b397
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from calibre.customize import InterfaceActionBase

VERSION = (3, 31, 2)
VERSION = (3, 31, 3)


class WordDumbDumb(InterfaceActionBase):
Expand Down
8 changes: 4 additions & 4 deletions data/deps.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 801b397

Please sign in to comment.