We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent1eef553 commit538a594Copy full SHA for 538a594
visualpython/js/com/component/PackageManager.js
@@ -64,6 +64,28 @@ define([
64
'PyMuPDF':{pipName:'PyMuPDF'},
65
'sweetviz':{pipName:'sweetviz'},
66
}
67
+
68
+if(vpConfig.extensionType==='lite'){
69
+this.packageLibTemplate={
70
+'numpy':{pipName:'numpy'},
71
+'pandas':{pipName:'pandas'},
72
+'matplotlib':{pipName:'matplotlib'},
73
+'seaborn':{pipName:'seaborn'},
74
+'plotly':{pipName:'plotly'},
75
+'sklearn':{pipName:'scikit-learn'},
76
+'scikit-posthocs':{pipName:'scikit-posthocs'},
77
+'scipy':{pipName:'scipy'},
78
+'statsmodels':{pipName:'statsmodels'},
79
+'factor-analyzer':{pipName:'factor-analyzer'},
80
+'category_encoders':{pipName:'category_encoders'},
81
+'imblearn':{pipName:'imblearn'},
82
+'xgboost':{pipName:'xgboost'},
83
+'lightgbm':{pipName:'lightgbm'},
84
+'catboost':{pipName:'catboost'},
85
+'auto-sklearn':{pipName:'auto-sklearn'},
86
+'sweetviz':{pipName:'sweetviz'},
87
+}
88
89
90
91
_bindEvent(){