pipreqs
pipreqs copied to clipboard
Difference in installed vs reported module version.
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.
Same probelm. Need help!
That's a problem on how pipreqs finds the versions... But I am not sure what's the best way to resolve it