-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Please make sure these conditions are met
- I have checked that this issue has not already been reported.
- I have confirmed this bug exists on the latest version of pertpy.
- (optional) I have confirmed this bug exists on the main branch.
Report
pertpy.tl.Milo().da_nhoods (conditionally) imports from rpy2:
Lines 357 to 360 in cdccdb0
| import rpy2.robjects as ro | |
| from rpy2.robjects import numpy2ri, pandas2ri | |
| from rpy2.robjects.conversion import localconverter | |
| from rpy2.robjects.vectors import FloatVector |
However, this (optional) dependency is not specified in pyproject.toml (and thus not installed by the Conda recipe).
Versions
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working