From f5949d562afe7e4b4cafb87f7f6388a51af4ce7d Mon Sep 17 00:00:00 2001 From: Matt Pitkin Date: Thu, 4 Jul 2024 09:36:54 +0100 Subject: [PATCH] Update pyproject.toml: close quote --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0417bcc..6a26f12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ requires = [ "wheel", # ephem package likes to have wheel installed "cython", 'numpy>=2.0.0; python_version > "3.8"', - 'numpy<2.0; python_version == "3.8", + 'numpy<2.0; python_version == "3.8"', ] build-backend = "setuptools.build_meta"