Skip to content

Commit

Permalink
feat: Update openedx-calc==3.0.1
Browse files Browse the repository at this point in the history
This allows common/lib/capa/capa/responsetypes.py to not have to
change.
  • Loading branch information
Carlos Muniz committed Feb 9, 2022
1 parent 1f35e55 commit 46fec36
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/lib/capa/capa/responsetypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2546,7 +2546,7 @@ def setup_response(self):
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
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx-sandbox/py38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
# via matplotlib
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,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
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,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
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,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
Expand Down

0 comments on commit 46fec36

Please sign in to comment.