rdeits/MeshCat.jl

Lift WebSockets.jl <1.6 compat constraint

ferrolho opened this issue · 1 comments

#235 has constrained the upper bound of WebSockets.jl to <1.6, but this is not ideal and so we should find what are the required code changes to lift this constraint.

Note however that WebSockets.jl >=1.6 requires Julia >= 1.8.2 — see WebSockets.jl/README.md > Upgrading to v1.6.

Closing--we no longer depend on WebSockets.jl at all as of #141