Skip to content

Commit

Permalink
Merge pull request #61 from JuliaRobotics/rd/fix-deps
Browse files Browse the repository at this point in the history
Allow Interpolation 0.13 (again)
  • Loading branch information
rdeits authored Mar 12, 2021
2 parents ae3c3f1 + 01be899 commit 7add287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MeshCatMechanisms"
uuid = "6ad125db-dd91-5488-b820-c1df6aab299d"
version = "0.8.0"
version = "0.8.1"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Expand All @@ -20,15 +20,15 @@ ColorTypes = "0.7, 0.8, 0.9, 0.10"
CoordinateTransformations = "0.5, 0.6"
GeometryBasics = "0.2, 0.3"
InteractBase = "0.8, 0.9, 0.10"
Interpolations = "0.9, 0.10, 0.11, 0.12"
Interpolations = "0.9, 0.10, 0.11, 0.12, 0.13"
LoopThrottle = "0.1"
MechanismGeometries = "0.7"
MeshCat = "0.13"
Mux = "0.7.1"
NBInclude = "1, 2"
OrderedCollections = "1.0, 1.1"
RigidBodyDynamics = "2"
ValkyrieRobot = "0.2"
ValkyrieRobot = "0.2.1"
julia = "1.3"

[extras]
Expand Down

0 comments on commit 7add287

Please sign in to comment.