DIAGNijmegen / pathology-whole-slide-data

A package for working with whole-slide data including a fast batch iterator that can be used to train deep learning models.
https://diagnijmegen.github.io/pathology-whole-slide-data/
Apache License 2.0
93 stars 27 forks source link

add conda recipe #53

Open sarthakpati opened 10 months ago

sarthakpati commented 10 months ago

Daisy-chaining complex dependency chains is much better using conda (especially if a dependency uses C/C++ libraries underneath). It would be great to have the conda recipe for this project.

sarthakpati commented 10 months ago

I am happy to take this on.

martvanrijthoven commented 10 months ago

Dear Sarthak Pati

That would be amazing! Please let me know if you have any questions or need any help.

Thank you!

sarthakpati commented 10 months ago

In the works: https://github.com/conda-forge/staged-recipes/pull/24931

sarthakpati commented 10 months ago

This is now merged and ready: https://anaconda.org/conda-forge/wholeslidedata

The next time you tag and push a new version pip, conda will automatically pick it up and push a new build through.

martvanrijthoven commented 10 months ago

Amazing! Thank you so much for your contribution. Very much appreciated!