Skip to content

Commit c527a1d

Browse files
committed
Merge branch 'drop_markdown_dep' into cleanup_leaping_and_support_nonregjumps
2 parents 3a3906d + 4ab1374 commit c527a1d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
1212
FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e"
1313
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
1414
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
15-
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
1615
PoissonRandom = "e409e4f3-bfea-5376-8464-e040bb5c01ab"
1716
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1817
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
@@ -47,7 +46,6 @@ Graphs = "1.11"
4746
KernelAbstractions = "0.9"
4847
LinearAlgebra = "1"
4948
LinearSolve = "2, 3"
50-
Markdown = "1"
5149
OrdinaryDiffEq = "6"
5250
Pkg = "1"
5351
PoissonRandom = "0.4"

src/JumpProcesses.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ using Reexport: Reexport, @reexport
55

66
# Explicit imports from standard libraries
77
using LinearAlgebra: LinearAlgebra, I, mul!
8-
using Markdown: Markdown
98
using Random: Random, randexp, randexp!
109

1110
# Explicit imports from external packages

0 commit comments

Comments
 (0)