Skip to content

Commit

Permalink
Clean up TOML and CFG
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed Aug 25, 2023
1 parent dd40dbf commit 8d2225d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requires = [
"wheel",
"scikit-build>=0.13",
"cmake>=3.17",
"ninja; platform_system!='Windows'",
"ninja",
]

build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ setup_requires =
wheel
scikit-build >=0.13
cmake >= 3.17
ninja; platform_system!='Windows'
ninja

install_requires =
numpy >= 1.15.0
Expand Down

0 comments on commit 8d2225d

Please sign in to comment.