From a52baf605c0a209ae4679d639eebcef731051833 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 7 Dec 2020 12:57:05 -0500 Subject: [PATCH] Pin the third-party random2 library --- requirements/edx-sandbox/base.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/edx-sandbox/base.in b/requirements/edx-sandbox/base.in index 5eb09df196..327a83b895 100644 --- a/requirements/edx-sandbox/base.in +++ b/requirements/edx-sandbox/base.in @@ -20,7 +20,7 @@ chem # A helper library for chemistry calculation matplotlib==2.2.4 # 2D plotting library numpy==1.16.5 # Numeric array processing utilities; used by scipy pyparsing==2.2.0 # Python Parsing module -random2 # Implementation of random module that works identically under Python 2 and 3 +random2==1.0.1 # 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 git+https://github.com/edx/openedx-calc.git@e9b698c85ad1152002bc0868f475f153dce88952#egg=calc==0.4