Skip to content

Commit

Permalink
remove numpy from build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Apr 11, 2024
1 parent ee3c7a6 commit d02e08f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ requires = [
'ninja',
'wheel',
'Cython>=0.29',
"numpy<1.26.0; platform_machine == 'ppc64le'",
"numpy; platform_machine != 'ppc64le'",
'pyproject-metadata>=0.5.0',
'tomli>=1.0.0'
]
Expand Down

0 comments on commit d02e08f

Please sign in to comment.