From eefafad90d6ef3ee9656d8e5815af2f92496ffbd Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Fri, 23 Aug 2024 15:45:46 +0200 Subject: [PATCH] Rely on prerelease version --- hatch.toml | 5 ++++- pyproject.toml | 5 +---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hatch.toml b/hatch.toml index 3888aff48..ad888c3bb 100644 --- a/hatch.toml +++ b/hatch.toml @@ -1,5 +1,8 @@ -[envs.docs] +[envs.default] installer = "uv" +features = ["dev"] + +[envs.docs] features = ["doc"] dependencies = ["setuptools"] # https://bitbucket.org/pybtex-devs/pybtex/issues/169 diff --git a/pyproject.toml b/pyproject.toml index e0ef42c6b..919ee93ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,8 +64,7 @@ dev = [ "setuptools_scm", # test speedups "pytest-xdist", - # until https://github.com/twisted/towncrier/pull/651 is released - "towncrier @ git+https://github.com/twisted/towncrier", + "towncrier>=24.8.0rc1", ] doc = [ "sphinx>=7.4.6", @@ -113,8 +112,6 @@ source = "vcs" version-file = "src/anndata/_version.py" [tool.hatch.build.targets.wheel] packages = ["src/anndata", "src/testing"] -[tool.hatch.metadata] -allow-direct-references = true [tool.coverage.run] source_pkgs = ["anndata"]