Skip to content

Commit

Permalink
Add [compat] for stdlibs
Browse files Browse the repository at this point in the history
This is now required for registration, as the stdlibs are becoming
standalone "packages."
  • Loading branch information
timholy committed Nov 3, 2023
1 parent f9c0468 commit d764bc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ AxisAlgorithms = "0.3, 1"
CoordinateTransformations = "0.5, 0.6"
Images = "0.25, 0.26"
Interpolations = "0.10, 0.11, 0.12, 0.13, 0.14"
LinearAlgebra = "1"
StaticArrays = "0.10, 0.11, 0.12, 1"
Statistics = "1"
julia = "1.6"

[extras]
Expand Down

0 comments on commit d764bc7

Please sign in to comment.