From 653870da53c4ce065f0c5a4f46161b053a5a08e7 Mon Sep 17 00:00:00 2001 From: Carlos Muniz Date: Fri, 21 Jan 2022 10:08:40 -0500 Subject: [PATCH] temp: Add a constraint on openedx-calc v2.0.1 `symmath` has been added to `openedx-calc v3.0.0`. Prior to removing `symmath` from `edx-platform`, a constraint needs to be put on using the old version of `openedx-calc` so that everything plays nicely. --- requirements/constraints.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 2c01f7566e..49fadfd2fb 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -96,3 +96,6 @@ py2neo<2022 # Sphinx requires docutils<0.18. This pin can be removed once https://github.com/sphinx-doc/sphinx/issues/9777 is closed. docutils<0.18 + +# Temporary constraint on openedx-calc. Latest openedx-calc also contains symmath, which may upend symmath package version +openedx-calc==2.0.1