Skip to content

Commit 3821599

Browse files
Harsh SinghHarsh Singh
authored andcommitted
Revert Project.toml to upstream (Random is stdlib, no declaration needed)
1 parent 9b078bd commit 3821599

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

lib/StochasticDiffEqROCK/Project.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ version = "1.1.0"
77
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
88
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
99
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
10-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1110
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
1211
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
1312
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
@@ -33,10 +32,9 @@ LinearAlgebra = "1.10"
3332
MuladdMacro = "0.2.4"
3433
OrdinaryDiffEqCore = "4"
3534
Pkg = "1"
36-
Random = "<0.0.1, 1"
37-
RecursiveArrayTools = "2, 3"
35+
RecursiveArrayTools = "4"
3836
Reexport = "0.2, 1.0"
39-
SciMLBase = "2.146"
37+
SciMLBase = "3"
4038
StaticArrays = "1.9.14"
4139
StochasticDiffEqCore = "1"
4240
DiffEqDevTools = "3"

0 commit comments

Comments
 (0)