Skip to content

Commit 635d784

Browse files
Modify JupyterQuiz to use WCAG 2.2 Compliant Version
1 parent a8406df commit 635d784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ numpy = "^1.26.4"
1313
pandas = "*"
1414
jupyter-book = "*"
1515
ghp-import = "*"
16-
jupyterquiz = "*"
16+
jupyterquiz = { git = "https://github.com/liamjberrisford/jupyterquiz.git", branch = "main" }
1717
matplotlib = "*"
1818
scikit-learn = "*"
1919
pyvis = "*"

0 commit comments

Comments
 (0)