lumen-org / modelbase

A SQL-like interface for python and the web to query probabilistic machine learning models and its data.
GNU Lesser General Public License v3.0
4 stars 1 forks source link

spflow fails with scipy > 1.2 #84

Closed nandaloo closed 4 years ago

nandaloo commented 4 years ago

Learning of models based on spflow fails with scipy version beyond 1.2. Hence, scipy is fixed to 1.2 in setup.py

chrlen commented 4 years ago

This is due to the requirements of the SPFlow-Package and won't be resolved unless we remove SPFlow as a dependency or wait for the developers to lift SPFlow to using a higher version.