rdeits / MeshCat.jl

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

MeshCat v0.14.2 limits Rotations to v1.1.0-v1.1.1 #214

Closed janbruedigam closed 1 year ago

janbruedigam commented 2 years ago

In an empty environment, trying to add MeshCat v0.14.2 and Rotations v1.3.0 fails, even though according to MeshCat's Project.toml it should be possible. Not sure if maybe the manual compat update caused this issue (https://github.com/JuliaRegistries/General/pull/51753)? MeshCat v0.14.1 and Rotations v1.3.0 works.

(test) pkg> add MeshCat@v0.14.2 Rotations@v1.3.0
    Updating registry at `C:\Users\janbr\.julia\registries\General`
    Updating git-repo `https://github.com/JuliaRegistries/General.git`
   Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Rotations [6038ab10]:
 Rotations [6038ab10] log:
 ├─possible versions are: 0.7.2-1.3.0 or uninstalled
 ├─restricted to versions 1.3.0 by an explicit requirement, leaving only versions 1.3.0
 └─restricted by compatibility requirements with MeshCat [283c5d60] to versions: 1.1.0-1.1.1 — no versions left
   └─MeshCat [283c5d60] log:
     ├─possible versions are: 0.1.0-0.14.2 or uninstalled
     └─restricted to versions 0.14.2 by an explicit requirement, leaving only versions 0.14.2
janbruedigam commented 1 year ago

Fixed by https://github.com/JuliaRegistries/General/pull/81002