Skip to content

Commit

Permalink
updated ActionModels dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PTWaade committed Sep 13, 2024
1 parent 071b224 commit 8a6bf01
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"

[compat]
ActionModels = "0.5"
ActionModels = "0.6"
Distributions = "0.25"
RecipesBase = "1"
julia = "1.10"
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using Documenter
using Literate


hgf_path = dirname(dirname(pathof(HierarchicalGaussianFiltering)))
hgf_path = dirname(pathof(HierarchicalGaussianFiltering))

juliafiles_path = hgf_path * "/docs/julia_files"
user_guides_path = juliafiles_path * "/user_guide"
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit 8a6bf01

Please sign in to comment.