Skip to content

Commit

Permalink
💩 Drop support for Julia 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Jan 2, 2025
1 parent 7b3d967 commit 38db9ab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
Crayons = "4.0"
Dates = "1.6"
DelimitedFiles = "1.6"
Dates = "1.10"
DelimitedFiles = "1.9"
DifferentiationInterface = "0.6"
Downloads = "1"
FiniteDiff = "2.24"
ForwardDiff = "0.10"
Interpolations = "0.14, 0.15"
LinearAlgebra = "1.6"
Logging = "1.6"
LinearAlgebra = "1.10"
Logging = "1.10"
Reexport = "1"
ReferenceFrameRotations = "3"
SatelliteToolboxBase = "0.2, 0.3"
SatelliteToolboxBase = "1"
Scratch = "1"
StaticArrays = "1"
Test = "1.6"
julia = "1.6"
Test = "1.10"
julia = "1.10"

[extras]
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
Expand Down

0 comments on commit 38db9ab

Please sign in to comment.