Skip to content

Fix Manifest for GP prior example #340

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ From a Julia REPL started in your example script's directory, you can run
```julia
julia> ] activate .
julia> ] add Literate
julia> ] add KernelFunctions
julia> # the following line adds a dependency on KernelFunctions that is based on the local directories, not a hash:
julia> ] dev ../..
julia> # add any other example-specific dependencies
```
to generate the project files.
Expand Down
4 changes: 2 additions & 2 deletions examples/gaussian-process-priors/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,9 @@ version = "2.1.0+0"

[[KernelFunctions]]
deps = ["ChainRulesCore", "Compat", "CompositionsBase", "Distances", "FillArrays", "Functors", "LinearAlgebra", "Random", "Requires", "SpecialFunctions", "StatsBase", "StatsFuns", "TensorCore", "Test", "ZygoteRules"]
git-tree-sha1 = "e8b5ba31b6d18695fd46bfcd8557682839023195"
path = "../.."
uuid = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
version = "0.10.6"
version = "0.10.8"

[[LAME_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
Expand Down