Skip to content

Commit e449bb9

Browse files
author
minjk-bl
committed
Add scipy module to the module check-list
1 parent 35aa8ae commit e449bb9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

visualpython/js/com/com_Config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,10 @@ define([
195195
'joblib': {
196196
code: 'import joblib',
197197
type: 'package'
198+
},
199+
'scipy': {
200+
code: 'import scipy',
201+
type: 'package'
198202
}
199203
}
200204

0 commit comments

Comments
 (0)