From 9190b69fa23c3d5929274ea47cae1820741ab671 Mon Sep 17 00:00:00 2001 From: Ruben De Smet Date: Mon, 9 May 2022 15:21:45 +0200 Subject: [PATCH] Compatibility with nbgrader 0.7 and up --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 48afb35..73fe12b 100644 --- a/setup.py +++ b/setup.py @@ -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': [