From 332142acf31e01e0cb90dc0576a7194f33dfa0eb Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Mon, 4 Mar 2024 17:30:34 -0500 Subject: [PATCH] Add pytest to requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 2d9baa8f..787d78fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,6 @@ numpy scipy argparse scikit-image +pytest # From python 3.11 and newer, toml is part of standard implementation tomli