From eee406585306a64e9ed219802d7dd12d351aadb4 Mon Sep 17 00:00:00 2001 From: Martin Hammarstedt Date: Mon, 4 Dec 2023 14:48:27 +0100 Subject: [PATCH] Format pyproject.toml --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f47be19f..90460f5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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", ] @@ -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