Skip to content

Commit

Permalink
Merge pull request #725 from JuliaRobotics/24Q1/compat/jl110
Browse files Browse the repository at this point in the history
compat JL v1.10
  • Loading branch information
dehann committed Jan 22, 2024
2 parents de31b7d + b03a174 commit 0e2ce86
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ RoMEFluxExt = "Flux"
RoMEImageIOExt = "ImageIO"

[compat]
ApproxManifoldProducts = "0.7, 0.8"
ApproxManifoldProducts = "0.8"
CoordinateTransformations = "0.5, 0.6"
Dates = "1.9"
Dates = "1.10"
DelimitedFiles = "1"
Distributed = "1.9"
Distributed = "1.10"
DistributedFactorGraphs = "0.23"
Distributions = "0.24, 0.25"
DocStringExtensions = "0.8, 0.9"
Expand All @@ -60,22 +60,22 @@ ImageCore = "0.9, 0.10"
IncrementalInference = "0.35"
Interpolations = "0.14, 0.15"
KernelDensityEstimate = "0.5.1, 0.6"
LinearAlgebra = "1.9"
LinearAlgebra = "1.10"
Manifolds = "0.9"
ManifoldsBase = "0.15"
Optim = "0.22, 1"
OrderedCollections = "1"
PrecompileTools = "1"
ProgressMeter = "1"
Random = "1.9"
Reexport = "0.2, 1"
Random = "1.10"
Reexport = "1"
Rotations = "1.1"
StaticArrays = "1"
Statistics = "1"
Statistics = "1.10"
TensorCast = "0.3.3, 0.4"
TimeZones = "1"
TransformUtils = "0.2.11"
julia = "1.9"
TransformUtils = "0.2.17"
julia = "1.10"

[extras]
CameraModels = "0d57b887-6120-40e6-8b8c-29d3116bc0c1"
Expand Down

0 comments on commit 0e2ce86

Please sign in to comment.