Closed paddyroddy closed 1 year ago
Preview page for your plugin is ready here: https://preview.napari-hub.org/quantumjot/btrack/306 Updated: 2023-04-26T14:59:33.576102
Patch coverage: 80.76
% and project coverage change: +0.03
:tada:
Comparison is base (
666821e
) 84.47% compared to head (33e7ed8
) 84.50%.:exclamation: Current head 33e7ed8 differs from pull request most recent head 6a039df. Consider uploading reports for the commit 6a039df to get more accurate results
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
I think it's fine to remove environment.yml
now. I never use it nowadays anyway, and these new instructions in the README are clear
Have decided to remove the environment.yml
and improve the docs etc for installation.
Fixes #217.
Fixes #218.
@quantumjot and @p-j-smith can you have a look at this again please?
I've been struggling to develop the whole time and realised stuff is on
conda
now which wasn't before, so have worked it out and written it down.h5py
seems to now be universal on PyPI, so no longer needed in theenvironment.yaml
.Related #217. Still think it would better to remove the
environment.yaml
file in favour of documenting the fact that you just need to install those packages fromPyPI
. For example, for this to work I've had to addpyqt
toenvironment.yaml
, whereas inpyproject.toml
we are makingpyqt
only required when doingpip install btrack[napari]
.