Skip to content

Commit ef022e3

Browse files
willtebbuttst--
andauthored
Fix Manifest for GP prior example (#340)
* Fix Manifest for GP prior example * Update instructions in README * Update examples/README.md Co-authored-by: st-- <[email protected]>
1 parent cf5c0a7 commit ef022e3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

examples/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ From a Julia REPL started in your example script's directory, you can run
4444
```julia
4545
julia> ] activate .
4646
julia> ] add Literate
47-
julia> ] add KernelFunctions
47+
julia> # the following line adds a dependency on KernelFunctions that is based on the local directories, not a hash:
48+
julia> ] dev ../..
4849
julia> # add any other example-specific dependencies
4950
```
5051
to generate the project files.

examples/gaussian-process-priors/Manifest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ version = "2.1.0+0"
281281

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

288288
[[LAME_jll]]
289289
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]

0 commit comments

Comments
 (0)