Skip to content

Commit

Permalink
add compat
Browse files Browse the repository at this point in the history
  • Loading branch information
rveltz committed Oct 1, 2022
1 parent 5989ef9 commit 435ab63
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 @@ -26,7 +26,10 @@ Distributions = "0.23, 0.24, 0.25"
ForwardDiff = "0.10"
LSODA = "0.6.2, 0.7"
Parameters = "0.12"
PreallocationTools = "^0.4"
RecursiveArrayTools = "2.8, 2.9"
StatsBase = "0.33"
Sundials = "4.5, 4.6, 4.7, 4.8, 4.9"
julia = "1.3, 1.4, 1.5, 1.6, 1.7"
JumpProcesses = "^9.2"
SciMLBase = "^1.59"

2 comments on commit 435ab63

@rveltz
Copy link
Owner Author

@rveltz rveltz commented on 435ab63 Oct 2, 2022

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

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.0.6 -m "<description of version>" 435ab63d51cf4de3e6e7c5c891abadf9d41223bb
git push origin v0.0.6

Please sign in to comment.