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

Difference in installed vs reported module version. #454

Open castroavila opened 3 months ago

castroavila commented 3 months ago

Hi,

I created an environment with conda. Executing pipreqs . creates the requirements.txt file reporting scipy==1.14.0. But when checking with pip3 list | grep scipy is shown scipy==1.13.0. Similar with another module. Any idea on why this occurs?

Thanks.