Skip to content

Commit

Permalink
Add missing dependency on jupytext (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal authored Dec 22, 2024
1 parent 8eae25a commit f51bdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies = [
"jupyter_server",
"jupyterlab_server",
"jupyterlite-core >=0.2,<0.5",
"jupytext",
"nbformat",
"sphinx>=4",
]
Expand All @@ -30,7 +31,6 @@ docs = [
"myst_parser",
"pydata-sphinx-theme",
"jupyterlite-xeus>=0.1.8,<0.3.0",
"jupytext",
]

[tool.hatch.version]
Expand Down

0 comments on commit f51bdc6

Please sign in to comment.