Skip to content

Commit

Permalink
Add [compat] for stdlibs (#41)
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 authored Nov 3, 2023
1 parent f9c0468 commit 73de48a
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

2 comments on commit 73de48a

@timholy
Copy link
Member Author

@timholy timholy commented on 73de48a Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/94707

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.0 -m "<description of version>" 73de48a0c38806182a36de214ebb9ba88501f9c0
git push origin v0.3.0

Please sign in to comment.