Skip to content

Commit

Permalink
Update project compatibility information to accomodate changes in Gen…
Browse files Browse the repository at this point in the history
  • Loading branch information
voduchuy committed Oct 28, 2023
1 parent 7c7895b commit ca36744
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,17 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"

[compat]
julia = "1.9"
BenchmarkTools = "1"
Catalyst = "13"
DataStructures = "0.18"
DifferentialEquations = "7,8"
DocStringExtensions = "0,1"
ForwardDiff = "0.10,1"
LinearAlgebra = "1"
ModelingToolkit = "8"
Printf = "1"
ReusePatterns = "0.3"
SciMLBase = "1,2"
StaticArrays = "1.6,2"
Sundials = "4"
Symbolics = "5"
Expand Down

2 comments on commit ca36744

@voduchuy
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Changes to accomodate Julia 1.9, Catalyst 13, and new General Registry requirements.

@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/94308

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

Please sign in to comment.