Skip to content

Commit

Permalink
Merge pull request #19 from rubdos/nbgrader0.7
Browse files Browse the repository at this point in the history
Compatibility with nbgrader 0.7 and up
  • Loading branch information
moorepants authored May 9, 2022
2 parents 4a2dfbf + 9190b69 commit e432c28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ def get_version(rel_path):
'rapidfuzz',
'traitlets',
'jupyter_core',
#'nbgrader>=0.7.0', # unfortunately not out yet?
'nbgrader==0.7.0.dev0',
'nbgrader>=0.7.0',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit e432c28

Please sign in to comment.