From ebeef83c2c331d46fdaf30520692743ba5c89cae Mon Sep 17 00:00:00 2001 From: Aleksandar Jelenak Date: Sun, 4 Aug 2024 10:46:46 -0400 Subject: [PATCH] Fix project dependency typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca29a00..f0e0285 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "numpy >= 2.0", "jsonschema >=4.4.0", "tomli; python_version<'3.11'", - "numpy >=1.20,<2.0.0; python_version='3.8'", + "numpy >=1.20,<2.0.0; python_version=='3.8'", ] dynamic = ["version"]