Skip to content

Commit

Permalink
Merge pull request #3 from jftuga/fix-dependencies
Browse files Browse the repository at this point in the history
add thrid-party dependencies
  • Loading branch information
jftuga authored Jan 2, 2025
2 parents b2d8f1e + 78bf68e commit 265e4b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deidentification/deidentification_constants.py
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 265e4b4

Please # to comment.