Skip to content

Commit

Permalink
Fix the comma in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Sep 7, 2023
1 parent bacc77c commit 82ef5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"wheel",
'numpy; python_full_version<"3.12.0rc1"',
'numpy>=1.26.0rc1; python_full_version>="3.12.0rc1"'
'numpy>=1.26.0rc1; python_full_version>="3.12.0rc1"',
"setuptools>=42",
"setuptools_scm[toml]>=7.1",
"Cython>=3.0.0"
Expand Down

0 comments on commit 82ef5db

Please sign in to comment.