From 1e1e48b25cb8f7934a11f1135af28a641e95babc Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Tue, 1 Dec 2020 12:48:28 +0500 Subject: [PATCH] Adding pin to avoid test failures. --- requirements/edx-sandbox/py35.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/edx-sandbox/py35.in b/requirements/edx-sandbox/py35.in index 13782a933e..886354cd8c 100644 --- a/requirements/edx-sandbox/py35.in +++ b/requirements/edx-sandbox/py35.in @@ -23,7 +23,7 @@ openedx-calc pyparsing==2.2.0 # Python Parsing module random2 # Implementation of random module that works identically under Python 2 and 3 scipy==1.2.1 # Math, science, and engineering library -sympy==1.4 # Symbolic math library +sympy==1.6.2 # Symbolic math library # Install these packages from the edx-platform working tree # NOTE: if you change code in these packages, you MUST change the version