Skip to content

Commit d530953

Browse files
Merge pull request #78 from ChrisRackauckas-Claude/sciml-base-v3-compat
Support SciMLBase v3
2 parents cbee71a + bfee800 commit d530953

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "FiniteVolumeMethod"
22
uuid = "d4f04ab7-4f65-4d72-8a28-7087bc7f46f4"
33
authors = ["Daniel VandenHeuvel <danj.vandenheuvel@gmail.com>"]
4-
version = "1.2.0"
4+
version = "1.2.1"
55

66
[deps]
77
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"
@@ -19,7 +19,7 @@ CommonSolve = "0.2"
1919
DelaunayTriangulation = "1.0"
2020
PreallocationTools = "0.4"
2121
PrecompileTools = "1.2"
22-
SciMLBase = "2"
22+
SciMLBase = "2, 3.1"
2323
julia = "1"
2424

2525
[extras]

0 commit comments

Comments
 (0)