-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels