STOR-i / GaussianProcesses.jl

A Julia package for Gaussian Processes
https://stor-i.github.io/GaussianProcesses.jl/latest/
Other
308 stars 53 forks source link

Update Dependency Upper Bounds #229

Open mharradon opened 4 months ago

mharradon commented 4 months ago

Dependency solve issues are pretty easy to hit with this package as the dependency upper bounds haven't been updated in a while. If feasible that would make installation easier.

E.g. StatsFuns.jl is at 1.3.1, while GaussianProcesses.jl allows 0.9 as highest, StaticArrays.jl is at 1.9.3 while GaussianProcesses.jl is still pinned to 1.0 etc.

Thanks!