Skip to content

Commit ae39958

Browse files
deps(deps): update lightning requirement from <2.6,>=2 to >=2,<2.7 (#83)
Updates the requirements on [lightning](https://github.com/Lightning-AI/lightning) to permit the latest version. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](Lightning-AI/pytorch-lightning@2.0.0...2.6.0) --- updated-dependencies: - dependency-name: lightning dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c1fcac3 commit ae39958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
# Please make an issue if you need wider range of versions
3737
dependencies = [
3838
"anndata>=0.10.2,<0.13",
39-
"lightning>=2,<2.6",
39+
"lightning>=2,<2.7",
4040
"numpy>=1.16.1,<2.4",
4141
"pandas>=1.2,<2.4",
4242
"scanpy>=1.9.5,<1.12",

0 commit comments

Comments
 (0)