From 19a9d4981a2a6cba97717bd1131260b7334638e2 Mon Sep 17 00:00:00 2001 From: helplessThor <66440538+helplessThor@users.noreply.github.com> Date: Tue, 20 Oct 2020 12:36:23 +0530 Subject: [PATCH] Update mathgen.py importing scipy --- mathgenerator/mathgen.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mathgenerator/mathgen.py b/mathgenerator/mathgen.py index 959093b..d2eee73 100644 --- a/mathgenerator/mathgen.py +++ b/mathgenerator/mathgen.py @@ -3,6 +3,7 @@ import math import fractions from .funcs import * from .__init__ import getGenList +import scipy genList = getGenList()