Lee-Gihun / MEDIAR

(NeurIPS 2022 CellSeg Challenge - 1st Winner) Open source code for "MEDIAR: Harmony of Data-Centric and Model-Centric for Multi-Modality Microscopy"
MIT License
137 stars 30 forks source link

requirements.txt has package version "0.0" for skimage #15

Closed awedwards closed 6 months ago

awedwards commented 6 months ago

Hi! Looking forward to trying your software out on some data!

I am trying to install your codebase and noticed that the package version for scikit-image is 0.0, which seems incorrect? It's also called skimage in the requirements folder, which is the incorrect name of the package (should be scikit-image).

Thanks

Lee-Gihun commented 6 months ago

Oh, thank you for letting me know. The skimage package can be installed simply by using pip install skimage, as it does not depend on a specific version. I deleted it from the requirement.txt.