From bccf2454dad2b46b28b63aa641c180392873f176 Mon Sep 17 00:00:00 2001 From: Nils Wentzell <nwentzell@flatironinstitute.org> Date: Mon, 4 Mar 2024 17:31:59 -0500 Subject: [PATCH] Add numpydoc to requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 787d78fc..12173505 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,6 @@ scipy argparse scikit-image pytest +numpydoc # From python 3.11 and newer, toml is part of standard implementation tomli