add snapshot tool, masks, and build for mac

This commit is contained in:
2026-03-23 21:52:17 -07:00
parent 080eefbef6
commit a34b1c980d
29 changed files with 2016 additions and 170 deletions

View File

@@ -10,7 +10,10 @@ readme = "GWYDDION_FEATURE_GAP.md"
requires-python = ">=3.10"
dependencies = [
"aiohttp>=3.9,<4",
"gwyfile>=0.2",
"igor>=0.3",
"matplotlib>=3.8,<4",
"nanonispy>=1.1",
"numpy>=1.26,<3",
"pillow>=10,<12",
"scikit-image>=0.22,<1",
@@ -18,11 +21,6 @@ dependencies = [
]
[project.optional-dependencies]
spm = [
"gwyfile>=0.2",
"igor>=0.3",
"nanonispy>=1.1",
]
dev = [
"pytest>=8,<9",
]