Commit b4c22280 authored by Jérome Perrin's avatar Jérome Perrin

remove some more numpy security duplication

this is already done in ERP5
parent a5c70293
......@@ -40,9 +40,6 @@ allow_module('scipy')
allow_module('wendelin.bigarray.array_zodb')
allow_type(np.timedelta64)
allow_type(type(np.c_))
import sklearn.linear_model
allow_class(sklearn.linear_model.LinearRegression)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment