From 48e0c1abf8820baeebdc6347b740ebac84c4d3da Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20M=2E=20Thi=C3=A9ry?= <nthiery@users.sf.net>
Date: Fri, 21 Jun 2024 21:32:04 +0200
Subject: [PATCH] Use nbgrader >=0.9.3 from conda

---
 environment.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/environment.yml b/environment.yml
index 12a375d..a9e69a7 100644
--- a/environment.yml
+++ b/environment.yml
@@ -39,7 +39,7 @@ dependencies:
 - jupyter-book
 - mystmd
 - nodejs
-#- nbgrader>=0.9.1
+- nbgrader>=0.9.3
 - jupyterlab-deck
 
 # For computations
@@ -86,4 +86,3 @@ dependencies:
     - git+https://gitlab.com/travo-cr/travo.git@student-dashboard-actions
     - git+https://gitlab.dsi.universite-paris-saclay.fr/L1InfoInitiationScienceDonnees/Assets.git
     - git+https://gitlab.dsi.universite-paris-saclay.fr/MethNum/scripts.git
-    - nbgrader>=0.9.3
\ No newline at end of file
-- 
GitLab