diff --git a/deidentification/deidentification_constants.py b/deidentification/deidentification_constants.py index 7ea68f0..0ca4bb3 100644 --- a/deidentification/deidentification_constants.py +++ b/deidentification/deidentification_constants.py @@ -1,6 +1,6 @@ pgmName = "deidentification" pgmUrl = "https://github.com/jftuga/deidentification" -pgmVersion = "1.1.0" +pgmVersion = "1.1.1" GENDER_PRONOUNS = { "he": "HE/SHE", diff --git a/setup.py b/setup.py index a60cff8..bba9e4e 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,9 @@ python_requires=">=3.7", install_requires=[ "spacy>=3.0.0", - "torch", + "torch>=2.5.1", + "chardet>=5.2.0", + "veryprettytable>=0.8.1", ], entry_points={ "console_scripts": [