File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[project ]
22name = " khisto"
3- version = " 0.2.0 "
3+ dynamic = [ " version " ]
44description = " Optimal histogram visualization using the Khiops algorithm"
55readme = " README.md"
66license = " BSD-3-Clause-Clear"
@@ -92,6 +92,10 @@ ninja.make-fallback = false
9292build.targets = [" khisto" ] # Build only khisto
9393install.components = [" KHISTO" ] # Only install KHISTO component in wheel
9494
95+ [tool .scikit-build .metadata .version ]
96+ provider = " scikit_build_core.metadata.regex"
97+ input = " src/khisto/__init__.py"
98+
9599[tool .cibuildwheel ]
96100build = " cp310-*"
97101skip = " *musllinux*" # Khiops does not compile when using musl as the C standard library
Original file line number Diff line number Diff line change 1313
1414KHISTO_BIN_DIR = os .environ .get ("KHISTO_BIN_DIR" , "khisto" )
1515
16- __version__ = "0.1 .0"
16+ __version__ = "0.2 .0"
1717
1818from .array import histogram # noqa: E402
1919from .core import HistogramResult # noqa: E402
You can’t perform that action at this time.
0 commit comments