diff --git a/pyaf/TS/Utils.py b/pyaf/TS/Utils.py index 4f96189f1..c36366a72 100644 --- a/pyaf/TS/Utils.py +++ b/pyaf/TS/Utils.py @@ -114,7 +114,7 @@ def getVersions(): lVersionDict["python_version"] = platform.python_version(); lModules = ["pyaf", "sklearn", "pandas", "numpy" , "scipy" , "matplotlib", "pydot", - "xgboost", "pip" , "setuptools", "Cython", "dill" , "pathos", "lightgbm", + "xgboost", "pip" , "setuptools", "Cython", "lightgbm", "torch", "skorch"] import sys # Limit this list to the already imported/used modules only.