Skip to content
Snippets Groups Projects
pyproject.toml 368 B
Newer Older
Guilhem Saurel's avatar
Guilhem Saurel committed
[build-system]
build-backend = "cmeel.build"
requires = [
  "cmeel-boost ~= 1.83.0",
  "cmeel[build]",
  "hpp-util[build]"
]

[project]
dependencies = [
  "cmeel-boost ~= 1.83.0",
  "hpp-util"
]
description = "Classes for doing statistics."
license = "BSD-2-Clause"
name = "hpp-statistics"
version = "5.0.0"

Guilhem Saurel's avatar
Guilhem Saurel committed
[tool.isort]
profile = "black"
Guilhem Saurel's avatar
Guilhem Saurel committed

[tool.tomlsort]
all = true