Skip to content

Commit 84cda83

Browse files
authored
Merge pull request #38 from minrk/ruptures
add ruptures, mplcursors
2 parents f066f81 + 58ea1b2 commit 84cda83

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

requirements.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ jupyter-smart-on-fhir==0.1.0a3
77
jupyterhealth-client==0.0.1a4
88
jupyterlab-code-formatter
99
langchain-openai
10+
mplcursors
1011
nbgitpuller
1112
pre-commit
1213
ruff
14+
ruptures
1315
voila

requirements.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ matplotlib==3.10.6
331331
# via
332332
# -c /tmp/constraints.txt
333333
# cgmquantify-updated
334+
# mplcursors
334335
matplotlib-inline==0.1.7
335336
# via
336337
# -c /tmp/constraints.txt
@@ -339,6 +340,8 @@ mistune==3.1.4
339340
# via
340341
# -c /tmp/constraints.txt
341342
# nbconvert
343+
mplcursors==0.7
344+
# via -r requirements.in
342345
msgpack==1.1.1
343346
# via
344347
# -c /tmp/constraints.txt
@@ -381,6 +384,7 @@ numpy==2.3.3
381384
# matplotlib
382385
# pandas
383386
# patsy
387+
# ruptures
384388
# scipy
385389
# statsmodels
386390
openai==2.1.0
@@ -581,9 +585,12 @@ rpds-py==0.27.1
581585
# referencing
582586
ruff==0.11.4
583587
# via -r requirements.in
588+
ruptures==1.1.10
589+
# via -r requirements.in
584590
scipy==1.16.2
585591
# via
586592
# -c /tmp/constraints.txt
593+
# ruptures
587594
# statsmodels
588595
send2trash==1.8.3
589596
# via

0 commit comments

Comments
 (0)