bndr / pipreqs

pipreqs - Generate pip requirements.txt file based on imports of any project. Looking for maintainers to move this project forward.
Apache License 2.0
6.38k stars 388 forks source link

sklearn not correctly formed #358

Open AlexBarbera opened 1 year ago

AlexBarbera commented 1 year ago

When using import sklearn the library to install would be scikit-image. However the resulting requirements.txt contains sklearn==0.0 which is not correct even if the library was right.

image