From 78bf68ed2de8a52f893cfc3f2bdfecac6084cc2d Mon Sep 17 00:00:00 2001 From: John Taylor Date: Thu, 2 Jan 2025 08:51:14 -0500 Subject: [PATCH] add thrid-party dependencies --- deidentification/deidentification_constants.py | 2 +- setup.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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": [