From 258ced6842cbd8515a6fe5b9185868834b5ff99e Mon Sep 17 00:00:00 2001 From: Vince Reuter Date: Thu, 21 Nov 2024 05:12:36 +0100 Subject: [PATCH] fix pointer to central PyPI version of numpydoc_decorator --- poetry.lock | 18 +++++++----------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/poetry.lock b/poetry.lock index c6cb133..f250102 100644 --- a/poetry.lock +++ b/poetry.lock @@ -577,22 +577,18 @@ files = [ [[package]] name = "numpydoc-decorator" -version = "0.0.0" +version = "2.2.1" description = "" optional = false -python-versions = ">=3.9,<3.13" -files = [] -develop = false +python-versions = "<3.13,>=3.10" +files = [ + {file = "numpydoc_decorator-2.2.1-py3-none-any.whl", hash = "sha256:16181c97b20c2099d6fd75404bef379cc3678338d9aa8e6e8fafb3ae7adc166a"}, + {file = "numpydoc_decorator-2.2.1.tar.gz", hash = "sha256:c3b5b16bec1e7ed221adab7bd77a8a8acc0c7be1bb4e0871721b2a5d2f3145fa"}, +] [package.dependencies] typing_extensions = "*" -[package.source] -type = "git" -url = "https://github.com/vreuter/numpydoc_decorator" -reference = "v2.2.1" -resolved_reference = "a9cbb0a29544788bbfd83ed47082e3442d9e5364" - [[package]] name = "packaging" version = "24.0" @@ -1214,4 +1210,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">= 3.10.0, < 3.13" -content-hash = "876a1d9e460d1e6b6efe516b334918460dc27bab5800d4c1165533bac36eb3a7" +content-hash = "18e1967087ce37633a1b35b77b11a027260116d366dca4709886edeb3ca78b98" diff --git a/pyproject.toml b/pyproject.toml index aa48e44..a54a2cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ include = ["examples"] # These are the main runtime dependencies. python = ">= 3.10.0, < 3.13" numpy = "^1.24.2" -numpydoc_decorator = { git = "https://github.com/vreuter/numpydoc_decorator", tag = "v2.2.1" } +numpydoc_decorator = "^2.2.1" pandas = "^1.5.3" scikit-image = "^0.20.0" scipy = "^1.10.1"