- add colormap from string to rust code

This commit is contained in:
Wim Pomp
2025-08-23 23:13:57 +02:00
parent 067368e06c
commit 7ea0d1c093
5 changed files with 38 additions and 53 deletions

View File

@@ -26,7 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3.14",
]
dependencies = ["colorcet", "matplotlib", "numpy", "tqdm"]
dependencies = ["numpy", "tqdm"]
[project.optional-dependencies]
test = ["pytest", "tifffile", "imagecodecs"]