Skip to content

Cell2cell in later python versions #70

@dbdimitrov

Description

@dbdimitrov

Hi @earmingol,

Have you considered allowing cell2cell in more recent Python versions? I know it comes with some overhead, but I might have to drop it as an optional dependencies from liana and just have it as the tutorials on <= 3.11.


├─ liana is installable with the potential options
│  ├─ liana 1.6.1 would require
│  │  └─ cell2cell with the potential options
│  │     ├─ cell2cell 0.8.1 would require
│  │     │  └─ python >=3.10,<3.11.0a0 , which can be installed;
│  │     └─ cell2cell 0.8.1 would require
│  │        └─ python >=3.9,<3.10.0a0 , which can be installed;

WDYT?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions