Skip to content

Commit

Permalink
PyAF 5.0 Release Process #228. Removed some old dependencies checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinecarme committed Mar 10, 2023
1 parent ee7c364 commit d236f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaf/TS/Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d236f86

Please sign in to comment.