Skip to content

Commit

Permalink
Format pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHammarstedt committed Dec 4, 2023
1 parent 723695a commit eee4065
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ dependencies = [
"appdirs==1.4.4",
"argcomplete==3.0.5",
"docx2python==1.27.1",
"importlib-metadata==6.8.0", # For Python <3.10 compatibility
"importlib-metadata==6.8.0", # For Python <3.10 compatibility
"jsonschema==4.19.0",
"nltk==3.8.1",
"packaging>=21.0",
"pdfplumber==0.9.0",
"protobuf>=3.19.0,<4.0.0", # Used by Stanza; see https://github.com/spraakbanken/sparv-pipeline/issues/161
"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",
Expand All @@ -30,7 +30,7 @@ dependencies = [
"rich==13.3.3",
"snakemake==7.25.0",
"stanza==1.5.1",
"torch>=1.9.1", # Used by Stanza; see https://github.com/spraakbanken/sparv-pipeline/issues/82
"torch>=1.9.1", # Used by Stanza; see https://github.com/spraakbanken/sparv-pipeline/issues/82
"typing-inspect==0.8.0",
]

Expand All @@ -51,7 +51,7 @@ sparv = "sparv.__main__:main"
[tool.hatch]
version.path = "sparv/__init__.py"
build.include = ["/sparv"]
publish.index.disable = true # Require confirmation to publish
publish.index.disable = true # Require confirmation to publish

[tool.black]
line-length = 120
Expand Down

0 comments on commit eee4065

Please sign in to comment.