Skip to content

Commit

Permalink
set required Python to >=3.8: the <3.12 causes a broad incompatib…
Browse files Browse the repository at this point in the history
…ility issue in package management
  • Loading branch information
deeenes committed Jun 4, 2024
1 parent b8e7fcc commit dd815b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ homepage = "https://liana-py.readthedocs.io"
include = ["LICENSE"]

[tool.poetry.dependencies]
python = ">=3.8 <3.12"
python = "^3.8"
anndata = ">=0.7.4"
mudata = "*"
scanpy = ">=1.8.0"
Expand Down

0 comments on commit dd815b9

Please sign in to comment.