rdeits / MeshCat.jl

WebGL-based 3D visualizer in Julia
MIT License
233 stars 42 forks source link

Lift WebSockets.jl <1.6 compat constraint #237

Closed ferrolho closed 1 year ago

ferrolho commented 1 year ago

https://github.com/rdeits/MeshCat.jl/pull/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.

rdeits commented 1 year ago

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