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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user