feat: Update openedx-calc==3.0.1

This allows common/lib/capa/capa/responsetypes.py to not have to
change.
This commit is contained in:
Carlos Muniz
2022-02-07 12:41:58 -05:00
parent 8245a6b1cf
commit a01a7ad416
5 changed files with 5 additions and 5 deletions

View File

@@ -2546,7 +2546,7 @@ class SymbolicResponse(CustomResponse):
super(SymbolicResponse, self).setup_response() # lint-amnesty, pylint: disable=super-with-arguments
def execute_check_function(self, idset, submission):
from symmath.symmath_check import symmath_check
from symmath import symmath_check
try:
# Since we have limited max_inputfields to 1,
# we can assume that there is only one submission

View File

@@ -54,7 +54,7 @@ numpy==1.16.6
# matplotlib
# openedx-calc
# scipy
openedx-calc==3.0.0
openedx-calc==3.0.1
# via -r requirements/edx-sandbox/py38.in
pillow==9.0.1
# via matplotlib

View File

@@ -702,7 +702,7 @@ oauthlib==3.0.1
# lti-consumer-xblock
# requests-oauthlib
# social-auth-core
openedx-calc==3.0.0
openedx-calc==3.0.1
# via -r requirements/edx/base.in
openedx-events==0.7.1
# via -r requirements/edx/base.in

View File

@@ -936,7 +936,7 @@ oauthlib==3.0.1
# lti-consumer-xblock
# requests-oauthlib
# social-auth-core
openedx-calc==3.0.0
openedx-calc==3.0.1
# via -r requirements/edx/testing.txt
openedx-events==0.7.1
# via -r requirements/edx/testing.txt

View File

@@ -884,7 +884,7 @@ oauthlib==3.0.1
# lti-consumer-xblock
# requests-oauthlib
# social-auth-core
openedx-calc==3.0.0
openedx-calc==3.0.1
# via -r requirements/edx/base.txt
openedx-events==0.7.1
# via -r requirements/edx/base.txt