You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do the equivalent for pypi (if possible?), so users can do pip install brainglobe with an optional napari dependency if needed: pip install brainglobe[napari]
This has the additional advantage that we can hide changes in the repo structure from users. So once this is done, we'd like to
Currently, the BrainGlobe tools are split into 35 different repositories (not all of which are to be used by users directly), which
We'd like to address this by
brainglobe
metapackage on conda-forge brainglobe-meta#40, so users can have a one-line installconda install -c conda-forge brainglobe
that includes all up-to-date toolspip install brainglobe
with an optionalnapari
dependency if needed:pip install brainglobe[napari]
This has the additional advantage that we can hide changes in the repo structure from users. So once this is done, we'd like to
cellfinder-napari
intocellfinder-core
#3brainreg-napari
intobrainreg
#4cellfinder
(the CLI tool) and rename cellfinder-core to cellfinder #6in order to make CI and testing between closely related repos easier.
Possibly useful resources around Python Packaging
The text was updated successfully, but these errors were encountered: