Skip to content

Commit a15dbad

Browse files
hongquanliclaude
andauthored
Fix hatchling direct reference error for BaSiCPy (#15)
* Add flatfield optional dependency with QI2lab/BaSiCPy - Add [flatfield] optional dependency group - Install basicpy from QI2lab/BaSiCPy GitHub repo - Include matplotlib for flatfield visualization - Update [all] to include flatfield 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Fix hatchling direct reference error for BaSiCPy Allow direct Git references in optional dependencies by setting tool.hatch.metadata.allow-direct-references = true Fixes CI failure in PR #14 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 81a60e4 commit a15dbad

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ Documentation = "https://github.com/cephla/tilefusion#readme"
8080
Repository = "https://github.com/cephla/tilefusion"
8181
Issues = "https://github.com/cephla/tilefusion/issues"
8282

83+
[tool.hatch.metadata]
84+
allow-direct-references = true
85+
8386
[tool.hatch.build.targets.wheel]
8487
packages = ["src/tilefusion", "gui", "scripts"]
8588

0 commit comments

Comments
 (0)