Skip to content

Commit e43b736

Browse files
Harsh SinghHarsh Singh
authored andcommitted
Remove DiffEqNoiseProcess from extras/targets (transitive dep)
1 parent 87d93ce commit e43b736

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

lib/StochasticDiffEqROCK/Project.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ StochasticDiffEqCore = "19c5a474-6cd1-4a5f-be79-46dc34e54d7f"
1717

1818
[extras]
1919
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
20-
DiffEqNoiseProcess = "77a26b50-5914-5dd7-bc55-306e6241c503"
2120
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
2221
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2322
SDEProblemLibrary = "c72e72a9-a271-4b2b-8966-303ed956772e"
@@ -35,9 +34,9 @@ MuladdMacro = "0.2.4"
3534
OrdinaryDiffEqCore = "4"
3635
Pkg = "1"
3736
Random = "<0.0.1, 1"
38-
RecursiveArrayTools = "4"
37+
RecursiveArrayTools = "2, 3"
3938
Reexport = "0.2, 1.0"
40-
SciMLBase = "3"
39+
SciMLBase = "2.146"
4140
StaticArrays = "1.9.14"
4241
StochasticDiffEqCore = "1"
4342
DiffEqDevTools = "3"
@@ -47,7 +46,7 @@ SafeTestsets = "0.1.0"
4746
julia = "1.10"
4847

4948
[targets]
50-
test = ["Test", "Pkg", "SafeTestsets", "DiffEqDevTools", "DiffEqNoiseProcess", "SDEProblemLibrary", "Random"]
49+
test = ["Test", "Pkg", "SafeTestsets", "DiffEqDevTools", "SDEProblemLibrary", "Random"]
5150

5251
[sources.OrdinaryDiffEqCore]
5352
path = "../OrdinaryDiffEqCore"

0 commit comments

Comments
 (0)