JuliaGizmos / Knockout.jl

a Julia wrapper for the knockoutjs library
Other
8 stars 4 forks source link

Observables 0.4 #25

Open galran opened 3 years ago

galran commented 3 years ago

Hi, can you please tag a patch release that bumps observables compatibility to 0.4? There wasn't any major breaking change. However, with your current Project.toml it is not possible to use Atom and Makie in the same environment...

piever commented 3 years ago

Actually, I think the problem is with WebIO (one of Knockout's dependencies), which still does not have Observables 0.4 compatibility, see https://github.com/JuliaGizmos/WebIO.jl/pull/460

stevengj commented 2 years ago

It should now be updated to Observables 0.5. (Which is now supported by WebIO.)

@shashi, can someone please bump the versions here? Right now this issue means that the Interact package (which requires Knockout, which requires an older Observables) holds back Makie (which requires a newer Observables) from updating.

shashi commented 2 years ago

Should be released now!