Skip to content

Commit

Permalink
Rely on prerelease version
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Aug 23, 2024
1 parent 1eedf30 commit eefafad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 4 additions & 1 deletion hatch.toml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit eefafad

Please sign in to comment.