Skip to content

Commit

Permalink
Fix setuptools issue with older Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gmloose committed Sep 3, 2024
1 parent d0b8f72 commit 14110ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ requires = [
"cmake>=3.18",
"meson",
"ninja",
"oldest-supported-numpy",
"numpy<2",
"scikit-build>=0.13",
"setuptools",
"setuptools<65; python_version<'3.11'",
"setuptools_scm",
"wheel",
]
Expand Down

0 comments on commit 14110ab

Please sign in to comment.