ORNL-LPBF-Cylinders / pyproject.toml
ppak10's picture
Adds in napari viewer for ct data.
cbaf3ad
raw
history blame contribute delete
263 Bytes
[project]
name = "ornl-lpbf-cylinders"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"dask[array]>=2024.0.0",
"h5py>=3.16.0",
"napari[all]>=0.5.0",
"pillow>=12.1.1",
]