Skip to content

Commit

Permalink
Update pyproject.toml (#16)
Browse files Browse the repository at this point in the history
Cool thanks @yordiverbeeck and @Pixel-Therapy !
  • Loading branch information
yordiverbeeck authored Mar 31, 2023
1 parent 96b4817 commit f5a0ba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -20,4 +20,4 @@ build = "cp37-* cp38-* cp39-* cp310-* cp311-*"
skip = "*-musllinux_* *s390x* *ppc64le*"
build-frontend = "build"
environment = "USE_CYTHON=1"
build-verbosity = 3
build-verbosity = 3

0 comments on commit f5a0ba2

Please sign in to comment.