You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi,
I created an environment with conda. Executing
pipreqs .
creates therequirements.txt
file reportingscipy==1.14.0
. But when checking withpip3 list | grep scipy
is shownscipy==1.13.0
. Similar with another module. Any idea on why this occurs?Thanks.
The text was updated successfully, but these errors were encountered: