imi-bigpicture / wsidicom

Python package for reading DICOM WSI file sets.
Apache License 2.0
34 stars 6 forks source link

Add recipie for conda #57

Closed shaneahmed closed 2 years ago

shaneahmed commented 2 years ago
shaneahmed commented 2 years ago

conda-forge package PR at https://github.com/conda-forge/staged-recipes/pull/18878

sarthakpati commented 2 years ago

Already in, and #59 should fix this.

jesper-molin commented 2 years ago

@sarthakpati Very nice work, I have verified that this works in a conda environment on my computer as well and I agree that it is good idea to to add it to the readme. It looks like the conda recipe is locked to version 0.3.1, what is a good routine to make sure that the conda version is up to date when we release new versions of the pip package?

sarthakpati commented 2 years ago

As long as it is updated on pip, conda bots will pick it up and auto-merge (as long as all CI builds pass). Happy to provide more details if you need. 😄

shaneahmed commented 2 years ago

Thanks @sarthakpati

sarthakpati commented 2 years ago

As long as it is updated on pip, conda bots will pick it up and auto-merge (as long as all CI builds pass). Happy to provide more details if you need. 😄

FYI, live example right here with the 0.3.2 release: https://github.com/conda-forge/wsidicom-feedstock/pull/3