File tree Expand file tree Collapse file tree
dev_tools/requirements/envs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -256,6 +256,7 @@ jupyterlab-server==2.28.0
256256 # notebook
257257jupyterlab-widgets==3.0.16
258258 # via ipywidgets
259+ jupytext==1.19.1
259260kiwisolver==1.5.0
260261 # via matplotlib
261262lark==1.3.1
@@ -265,7 +266,9 @@ lark==1.3.1
265266llvmlite==0.47.0
266267 # via numba
267268markdown-it-py==4.0.0
268- # via mdit-py-plugins
269+ # via
270+ # jupytext
271+ # mdit-py-plugins
269272markupsafe==3.0.3
270273 # via
271274 # flask
@@ -284,6 +287,7 @@ matplotlib-inline==0.2.1
284287mccabe==0.7.0
285288 # via pylint
286289mdit-py-plugins==0.5.0
290+ # via jupytext
287291mdurl==0.1.2
288292 # via markdown-it-py
289293mistune==3.2.0
@@ -307,6 +311,7 @@ nbconvert==7.17.0
307311nbformat==5.10.4
308312 # via
309313 # jupyter-server
314+ # jupytext
310315 # nbclient
311316 # nbconvert
312317 # qualtran
@@ -367,6 +372,7 @@ packaging==26.0
367372 # jupyter-server
368373 # jupyterlab
369374 # jupyterlab-server
375+ # jupytext
370376 # matplotlib
371377 # nbconvert
372378 # pennylane
@@ -467,6 +473,7 @@ pywinpty==3.0.3 ; os_name == 'nt'
467473pyyaml==6.0.3
468474 # via
469475 # jupyter-events
476+ # jupytext
470477 # tensorflow-docs
471478pyzmq==27.1.0
472479 # via
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ lint = [
100100 # for checking _test.py files
101101 " pytest" ,
102102 " openfermion[resources]" ,
103+ " jupytext" ,
103104
104105 # dev tools
105106 " tensorflow-docs" ,
You can’t perform that action at this time.
0 commit comments