Skip to content

Commit

Permalink
Change dependecy status ChainRulesCore
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Nov 11, 2023
1 parent 27d6e13 commit 329adf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ authors = ["Guillaume Dalle"]
version = "0.4.0"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
DensityInterface = "b429d917-457f-4dbc-8f4c-0cc954292b1d"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand Down
4 changes: 1 addition & 3 deletions src/HiddenMarkovModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,11 @@ include("inference/baum_welch.jl")
include("utils/HMMTest.jl")

if !isdefined(Base, :get_extension)
include("../ext/HiddenMarkovModelsChainRulesCoreExt.jl")
function __init__()
@require HMMBase = "b2b3ca75-8444-5ffa-85e6-af70e2b64fe7" include(
"../ext/HiddenMarkovModelsHMMBaseExt.jl"
)
@require ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" include(
"../ext/HiddenMarkovModelsChainRulesCoreExt.jl"
)
end
end

Expand Down

0 comments on commit 329adf7

Please sign in to comment.