Skip to content

Commit

Permalink
build: update recommender-xblock
Browse files Browse the repository at this point in the history
  • Loading branch information
navinkarkera committed Jan 29, 2025
1 parent 1fe67d3 commit fe23fb6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ pyyaml==6.0.2
# xblock
random2==1.0.2
# via -r requirements/edx/kernel.in
recommender-xblock==3.0.0
recommender-xblock @ git+https://github.com/openedx/RecommenderXBlock@navin/remove-mustache
# via -r requirements/edx/bundled.in
redis==5.2.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/bundled.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ optimizely-sdk # Optimizely provides A/B testing and other
## XBLOCKS
crowdsourcehinter-xblock
done-xblock # a very simple XBlock that allows learners to mark an activity as Done
recommender-xblock # https://github.com/edx/RecommenderXBlock
recommender-xblock @ git+https://github.com/openedx/RecommenderXBlock@navin/remove-mustache
staff-graded-xblock # https://github.com/openedx/staff_graded-xblock Allows off-site bulk scoring.
edx-sga # The more well known "staff graded assignment" XBlock, from MIT.
ora2>=4.5.0 # Open Response Assessment XBlock
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ random2==1.0.2
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
recommender-xblock==3.0.0
recommender-xblock @ git+https://github.com/openedx/RecommenderXBlock@navin/remove-mustache
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ pyyaml==6.0.2
# xblock
random2==1.0.2
# via -r requirements/edx/base.txt
recommender-xblock==3.0.0
recommender-xblock @ git+https://github.com/openedx/RecommenderXBlock@navin/remove-mustache
# via -r requirements/edx/base.txt
redis==5.2.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ pyyaml==6.0.2
# xblock
random2==1.0.2
# via -r requirements/edx/base.txt
recommender-xblock==3.0.0
recommender-xblock @ git+https://github.com/openedx/RecommenderXBlock@navin/remove-mustache
# via -r requirements/edx/base.txt
redis==5.2.1
# via
Expand Down

0 comments on commit fe23fb6

Please sign in to comment.