From f5a0ba206911fff04132c1ef4e7fb6ac8e542223 Mon Sep 17 00:00:00 2001 From: Yordi Verbeeck Date: Fri, 31 Mar 2023 21:41:59 +0200 Subject: [PATCH] Update pyproject.toml (#16) Cool thanks @yordiverbeeck and @Pixel-Therapy ! --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 122b313..a7824f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "wheel >= 0.30.0", "setuptools_scm >= 6.2", "Cython>=0.29.33", - "numpy>=1.21.6;", + "numpy>=1.21.6", ] build-backend = "setuptools.build_meta" @@ -20,4 +20,4 @@ build = "cp37-* cp38-* cp39-* cp310-* cp311-*" skip = "*-musllinux_* *s390x* *ppc64le*" build-frontend = "build" environment = "USE_CYTHON=1" -build-verbosity = 3 \ No newline at end of file +build-verbosity = 3