Skip to content

Commit

Permalink
πŸ’š Fix python dependencies for CI
Browse files Browse the repository at this point in the history
pinning nbconvert with a particular version that has the templates
jupyter/nbgrader#1373

requires also pin jupyter-client to an earlier version
jupyter/jupyter_client#637
  • Loading branch information
dpshelio committed Sep 28, 2021
1 parent b73c62d commit 6fa51ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
-r ../../requirements.txt
git+https://github.com/jakevdp/JSAnimation.git
nbconvert==5.6.1
# https://github.com/jupyter/nbgrader/issues/1373#issuecomment-702798246
jupyter-client==6.1.12
# https://github.com/jupyter/jupyter_client/issues/637

0 comments on commit 6fa51ad

Please sign in to comment.