materials_characterization/pyproject.toml

27 lines
518 B
TOML

[project]
name = "materials-characterization"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastexcel>=0.13.0",
"hvplot>=0.11.2",
"ipykernel>=6.29.5",
"jupyter-bokeh>=4.0.5",
"matplotlib>=3.10.1",
"numpy>=2.2.4",
"polars>=1.26.0",
"pyarrow>=19.0.1",
"sympy>=1.13.3",
]
[dependency-groups]
dev = [
"commitizen>=4.5.1",
"cz-conventional-gitmoji>=0.7.0",
]
[tool.commitizen]
name = "cz_gitmoji"