Skip to content

Commit

Permalink
Update Project.toml (#38)
Browse files Browse the repository at this point in the history
We released a formally breaking version of ChunkSplitters (v2.0.0), but which does not affect most users. It won´t affect your package, so here I'm proposing the update of the compat entry to accept the 2.0 version.
  • Loading branch information
lmiq authored Aug 4, 2023
1 parent 9ca6c5e commit 901d521
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 @@ -15,7 +15,7 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
ChunkSplitters = "^0.1, 1.0"
ChunkSplitters = "^0.1, 1.0, 2.0"
DelaunayTriangulation = "0.7"
DiffEqBase = "^6.0"
FunctionWrappersWrappers = "^0.1"
Expand Down

0 comments on commit 901d521

Please sign in to comment.