Skip to content

Commit 8b76c47

Browse files
committed
include updated deps in frozen env
1 parent 079ad10 commit 8b76c47

2 files changed

Lines changed: 22 additions & 2 deletions

File tree

dev_tools/requirements/envs/dev.env.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ jupyterlab-server==2.28.0
294294
# notebook
295295
jupyterlab-widgets==3.0.16
296296
# via ipywidgets
297+
jupytext==1.19.1
297298
kiwisolver==1.5.0
298299
# via matplotlib
299300
lark==1.3.1
@@ -306,6 +307,7 @@ llvmlite==0.47.0
306307
# via numba
307308
markdown-it-py==4.0.0
308309
# via
310+
# jupytext
309311
# mdit-py-plugins
310312
# myst-parser
311313
markupsafe==3.0.3
@@ -326,7 +328,9 @@ matplotlib-inline==0.2.1
326328
mccabe==0.7.0
327329
# via pylint
328330
mdit-py-plugins==0.5.0
329-
# via myst-parser
331+
# via
332+
# jupytext
333+
# myst-parser
330334
mdurl==0.1.2
331335
# via markdown-it-py
332336
mistune==3.2.0
@@ -363,6 +367,7 @@ nbformat==5.10.4
363367
# via
364368
# jupyter-cache
365369
# jupyter-server
370+
# jupytext
366371
# myst-nb
367372
# nbclient
368373
# nbconvert
@@ -425,6 +430,7 @@ packaging==26.0
425430
# jupyter-server
426431
# jupyterlab
427432
# jupyterlab-server
433+
# jupytext
428434
# matplotlib
429435
# nbconvert
430436
# pennylane
@@ -544,6 +550,7 @@ pyyaml==6.0.3
544550
# via
545551
# jupyter-cache
546552
# jupyter-events
553+
# jupytext
547554
# myst-nb
548555
# myst-parser
549556
# tensorflow-docs

dev_tools/requirements/envs/pytest.env.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ jupyterlab-server==2.28.0
236236
# notebook
237237
jupyterlab-widgets==3.0.16
238238
# via ipywidgets
239+
jupytext==1.19.1
239240
kiwisolver==1.5.0
240241
# via matplotlib
241242
lark==1.3.1
@@ -244,6 +245,10 @@ lark==1.3.1
244245
# rfc3987-syntax
245246
llvmlite==0.47.0
246247
# via numba
248+
markdown-it-py==4.0.0
249+
# via
250+
# jupytext
251+
# mdit-py-plugins
247252
markupsafe==3.0.3
248253
# via
249254
# flask
@@ -259,6 +264,10 @@ matplotlib-inline==0.2.1
259264
# via
260265
# ipykernel
261266
# ipython
267+
mdit-py-plugins==0.5.0
268+
# via jupytext
269+
mdurl==0.1.2
270+
# via markdown-it-py
262271
mistune==3.2.0
263272
# via nbconvert
264273
ml-dtypes==0.5.4
@@ -280,6 +289,7 @@ nbconvert==7.17.0
280289
nbformat==5.10.4
281290
# via
282291
# jupyter-server
292+
# jupytext
283293
# nbclient
284294
# nbconvert
285295
# qualtran
@@ -339,6 +349,7 @@ packaging==26.0
339349
# jupyter-server
340350
# jupyterlab
341351
# jupyterlab-server
352+
# jupytext
342353
# matplotlib
343354
# nbconvert
344355
# pennylane
@@ -439,7 +450,9 @@ pywinpty==3.0.3 ; os_name == 'nt'
439450
# jupyter-server-terminals
440451
# terminado
441452
pyyaml==6.0.3
442-
# via jupyter-events
453+
# via
454+
# jupyter-events
455+
# jupytext
443456
pyzmq==27.1.0
444457
# via
445458
# ipykernel

0 commit comments

Comments
 (0)