From 436015699d590e35619f60bf55fe2f91313da702 Mon Sep 17 00:00:00 2001 From: Peter Kraus Date: Fri, 21 Jun 2024 07:23:33 +0200 Subject: [PATCH] Comma --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16152d2a..718efd45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] requires-python = ">= 3.9" dependencies = [ - "numpy >= 1.20 < 2.0", + "numpy >= 1.20, < 2.0", "pint >= 0.22", "pyyaml", "uncertainties",