Skip to content

Commit

Permalink
Update Project.toml remove Sundials.jl compat limit
Browse files Browse the repository at this point in the history
Remove restrction to Sundials <= 4.19.3 as this causes CI failure due to some other incompatibility

This means we will now see SciML/Sundials.jl#420
  • Loading branch information
sjdaines authored Oct 12, 2023
1 parent 78394b2 commit f69b3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ SparsityTracing = "0.2.3"
Sparspak = "0.3.9"
SpecialFunctions = "1, 2"
StaticArrays = "1.2"
Sundials = "4.5 - 4.19.3"
Sundials = "4.5"
TestEnv = "1.0"
TimerOutputs = "0.5"
julia = "1.6"
Expand Down

2 comments on commit f69b3a8

@sjdaines
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/93276

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

Please sign in to comment.