Commit 79830c4
fix(apidocs): 🐛 trim blockbuster pdoc extras to real deps
The previous extras (imcf-fiji-mocks, sjlogging, python-micrometa)
were copied from an imcflibs-style template and are never imported
by blockbuster. Only numpy, dask[array] and zarr are imported at
module top-level; every other heavy dependency is guarded by
try/except or imported lazily, so pdoc does not need them.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 15380d7 commit 79830c4
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
40 | 43 | | |
41 | 44 | | |
42 | 45 | | |
| |||
0 commit comments