Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Nov 16, 2024
1 parent ea171df commit 59b5922
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/OrdinaryDiffEqFIRKGenerator/Project.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name = "OrdinaryDiffEqFIRK"
uuid = "5960d6e9-dd7a-4743-88e7-cf307b64f125"
name = "OrdinaryDiffEqFIRKGenerator"
uuid = "677d4f02-548a-44fa-8eaf-26579094acaf"
authors = ["ParamThakkar123 <[email protected]>"]
version = "1.3.0"
version = "1.0.0"

[deps]
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
GenericSchur = "c145ed77-6b09-5dd9-b285-bf645a82121e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OrdinaryDiffEqFIRK = "5960d6e9-dd7a-4743-88e7-cf307b64f125"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
RootedTrees = "47965b36-3f3e-11e9-0dcf-4570dfd42a8c"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
Expand All @@ -16,6 +17,7 @@ DiffEqDevTools = "2.44.4"
GenericLinearAlgebra = "0.3.13"
GenericSchur = "0.5.4"
LinearAlgebra = "<0.0.1, 1"
OrdinaryDiffEqFIRK = "1"
Polynomials = "4.0.11"
RootedTrees = "2.23.1"
Symbolics = "6.15.3"
Expand Down

0 comments on commit 59b5922

Please sign in to comment.