Skip to content

Commit

Permalink
Sort table
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Dec 13, 2023
1 parent 94942cb commit 39c9196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ ignore_missing_imports = true
nvcomp_batch = "kvikio.nvcomp_codec:NvCompBatchCodec"

[tool.scikit-build]
build-dir = "build/{wheel_tag}"
cmake.build-type = "Release"
cmake.minimum-version = "3.26.4"
ninja.make-fallback = true
cmake.build-type = "Release"
sdist.reproducible = true
wheel.packages = ["kvikio"]
build-dir = "build/{wheel_tag}"

0 comments on commit 39c9196

Please sign in to comment.