Skip to content

Commit

Permalink
Add note to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simsurace committed Jan 23, 2024
1 parent e6a42ef commit 064bb53
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ TemporalGPs.jl is registered, so simply type the following at the REPL:
```
While you can install TemporalGPs without AbstractGPs and KernelFunctions, in practice the latter are needed for all common tasks in TemporalGPs.

## Note !!!

This package is currently not guaranteed to work with all current versions of dependencies. If something is not working on the current release of TemporalGPs,
please try out v0.6.7, which pins some dependencies in order to circumvent some of the problems. You can do so by typing instead:
```julia
] add AbstractGPs KernelFunctions TemporalGPs@0.6.7
```
Please report an issue if this work-around fails.

# Example Usage

Most examples can be found in the [examples](https://github.com/JuliaGaussianProcesses/TemporalGPs.jl/tree/master/examples) directory. In particular see the associated [README](https://github.com/JuliaGaussianProcesses/TemporalGPs.jl/tree/master/examples/README.md).
Expand Down

0 comments on commit 064bb53

Please sign in to comment.