Skip to content

Commit

Permalink
Merge pull request #205 from SciML/ChrisRackauckas-patch-4
Browse files Browse the repository at this point in the history
remove Requires.jl
  • Loading branch information
ChrisRackauckas authored Aug 10, 2024
2 parents 9e5aa6f + 4dcaf02 commit 7c9fc70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Random123 = "74087812-796a-5b5d-8853-05524746bad3"
RandomNumbers = "e6cf234a-135c-5ec9-84dd-332b85af5143"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
ResettableStacks = "ae5879a3-cd67-5da8-be7f-38c6eb64a37b"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
Expand All @@ -40,13 +39,12 @@ Random123 = "1.2"
RandomNumbers = "1.3"
RecipesBase = "0.7, 0.8, 1.0"
RecursiveArrayTools = "2, 3"
Requires = "1"
ResettableStacks = "0.6, 1.0"
ReverseDiff = "1"
SciMLBase = "1, 2"
StaticArraysCore = "1.4"
Statistics = "1"
julia = "1.9"
julia = "1.10"

[extras]
Cubature = "667455a9-e2ce-5579-9412-b964f529a492"
Expand Down
9 changes: 0 additions & 9 deletions src/DiffEqNoiseProcess.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,6 @@ include("noise_interfaces/common.jl")
include("correlated_noisefunc.jl")
include("pCN.jl")

import Requires
@static if !isdefined(Base, :get_extension)
function __init__()
Requires.@require ReverseDiff="37e2e3b7-166d-5795-8a7a-e32c996b4267" begin
include("../ext/DiffEqNoiseProcessReverseDiffExt.jl")
end
end
end

export RSWM

export NoiseProcess, SimpleNoiseProcess, adaptive_alg
Expand Down

0 comments on commit 7c9fc70

Please sign in to comment.