Skip to content

Commit

Permalink
CompatHelper: bump compat for "SpecialFunctions" to "0.10"
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and maximerischard committed Jan 21, 2020
1 parent 26bf6a5 commit cb72748
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PDMats = "0.9"
ProgressMeter = "1.2"
RecipesBase = "0.6, 0.7"
ScikitLearnBase = "0.4, 0.5"
SpecialFunctions = "0.7, 0.8, 0.9"
SpecialFunctions = "0.7, 0.8, 0.9, 0.10"
StaticArrays = "0.6, 0.9, 0.12"
StatsFuns = "0.7, 0.8, 0.9"
Zygote = "0.3, 0.4"
Expand Down
6 changes: 3 additions & 3 deletions docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
version = "0.8.1"

[[Documenter]]
deps = ["Base64", "DocStringExtensions", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "REPL", "Test", "Unicode"]
git-tree-sha1 = "d45c163c7a3ae293c15361acc52882c0f853f97c"
deps = ["Base64", "Dates", "DocStringExtensions", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "REPL", "Test", "Unicode"]
git-tree-sha1 = "51f0c7df46abb9c07d80e529718951e634670afb"
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
version = "0.23.4"
version = "0.24.4"

[[InteractiveUtils]]
deps = ["Markdown"]
Expand Down

1 comment on commit cb72748

@andreasnoack
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be helpful if you could make a bugfix release that includes this commit.

Please sign in to comment.