Skip to content

Commit

Permalink
Add compat entries for built-in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bgroenks96 committed Nov 1, 2023
1 parent 9547190 commit ccea40f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Adapt = "3"
ComponentArrays = "0.13, 0.14, 0.15"
ConstructionBase = "1.4"
DataStructures = "0.18"
Dates = "1"
DiffEqBase = "6"
DiffEqCallbacks = "2"
DimensionalData = "0.19,0.20,0.21,0.24, 0.25"
Expand All @@ -58,6 +59,7 @@ IfElse = "0.1"
Interpolations = "0.14"
IntervalSets = "0.7"
JSON3 = "1.10"
LinearAlgebra = "1"
LinearSolve = "1, 2"
LoopVectorization = "0.12"
ModelParameters = "0.3, 0.4"
Expand All @@ -73,6 +75,7 @@ SciMLBase = "1, 2"
Setfield = "0.8,1"
SpecialFunctions = "2"
StaticArrays = "1"
Statistics = "1"
StructTypes = "1"
Tables = "1"
TimeSeries = "0.23"
Expand Down

2 comments on commit ccea40f

@bgroenks96
Copy link
Member Author

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/94557

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.20.3 -m "<description of version>" ccea40faf7590b40b816af8f2576c9c8d5bc422f
git push origin v0.20.3

Please sign in to comment.