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
It's helpful when checking dependencies programmatically or for a developer to be able to retrieve version information from the modules __version__ attribute (see PEP396).
Our use case is a check_dependencies.py script that the developer can run to verify they have all necessary packages installed and that they're the correct version.
The text was updated successfully, but these errors were encountered:
It's helpful when checking dependencies programmatically or for a developer to be able to retrieve version information from the modules
__version__
attribute (see PEP396).Our use case is a
check_dependencies.py
script that the developer can run to verify they have all necessary packages installed and that they're the correct version.The text was updated successfully, but these errors were encountered: