Reputation: 5563
Given Python project, we can know the libraries it uses by checking the "import" part. But how can we know the version of a given library? For instance, the program has import pandas pd
, how can we know the version of Pandas
it uses?
Upvotes: 2
Views: 28