_get_installed_packages#
- pytorch_forecasting.utils._dependencies._get_installed_packages()[source]#
Get a dictionary of installed packages and their versions.
- Returns:
dict – keys are PEP 440 compatible package names, values are package versions MAJOR.MINOR.PATCH version format is used for versions, e.g., “1.2.3”
- Return type:
dictionary of installed packages and their versions