Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHammarstedt committed Dec 6, 2023
1 parent 24500aa commit be05a88
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ authors = [
]
dependencies = [
"appdirs==1.4.4",
"argcomplete==3.0.5",
"argcomplete==3.1.6",
"docx2python==1.27.1",
"importlib-metadata==6.8.0", # For Python <3.10 compatibility
"jsonschema==4.19.0",
"jsonschema==4.20.0",
"nltk==3.8.1",
"packaging>=21.0",
"pdfplumber==0.9.0",
"pdfplumber==0.10.3",
"protobuf>=3.19.0,<4.0.0", # Used by Stanza; see https://github.com/spraakbanken/sparv-pipeline/issues/161
"pycountry==22.3.5",
"python-dateutil==2.8.2",
"python-json-logger==2.0.7",
"PyYAML==6.0",
"PyYAML==6.0.1",
"questionary==1.10.0",
"rich==13.3.3",
"rich==13.7.0",
"snakemake==7.32.3",
"stanza==1.5.1",
"torch>=1.9.1", # Used by Stanza; see https://github.com/spraakbanken/sparv-pipeline/issues/82
"typing-inspect==0.8.0",
"typing-inspect==0.9.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit be05a88

Please sign in to comment.