Closed willGraham01 closed 1 year ago
Patch coverage: 66.66
% and project coverage change: -20.77
:warning:
Comparison is base (
b2ad646
) 90.00% compared to head (ea3a5ce
) 69.23%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Description
Waiting on:
PyPI
release ofcellfinder_core
,What is this PR
Why is this PR needed? Allows the command
to install all currently-available BrainGlobe tools, and makes the tools exposed to users compatible with a
conda
install.Also enables step 3 of https://github.com/brainglobe/BrainGlobe/issues/27.
What does this PR do?
References
Resolves the
brainglobe-meta
task in https://github.com/brainglobe/BrainGlobe/issues/27.How has this PR been tested?
Local testing of new import guards via
pip
installation.Is this a breaking change?
No.
It also means there's no longer any need for the optional
morphapi
andcellfinder
dependencies to be specified.Does this PR require an update to the documentation?
Install instructions have been updated to reflect the
pip
install manifest and the (to be completed)conda-forge
recipe.Checklist: