Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[build-system]
build-backend = "hatchling.build"
requires = [ "hatchling" ]
requires = [ "hatch-vcs", "hatchling" ]

[project]
name = "interscale"
version = "0.0.1"
description = "Multi-scale cell interaction model for spatial transcriptomics data."
readme = "README.md"
license = "BSD-3-Clause"
Expand All @@ -23,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
]
dynamic = [ "version" ]
dependencies = [
"anndata",
"fast-array-utils[accel]",
Expand Down Expand Up @@ -95,6 +95,7 @@ envs.hatch-test.matrix = [
envs.hatch-test.overrides.matrix.deps.env-vars = [
{ key = "UV_PRERELEASE", value = "allow", if = [ "pre" ] },
]
version.source = "vcs"

[tool.uv]
# fix build deps when building from source
Expand Down
Loading