Skip to content

Commit 857832d

Browse files
committed
repaired dependencies and compat entries
1 parent 9943bc9 commit 857832d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ version = "0.1.0"
77
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
88
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
99
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
10-
ExampleJuggler = "3bbe58f8-ed81-4c4e-a134-03e85fcf4a1a"
1110
ExtendableFEMBase = "12fb9182-3d4c-4424-8fd1-727a0899810c"
1211
ExtendableGrids = "cfc395e8-590f-11e8-1f13-43a2532b2fa8"
1312
ExtendableSparse = "95c220a8-a1cf-11e9-0c77-dbfce5f500b3"
@@ -17,7 +16,6 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1716
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
1817
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
1918
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
20-
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
2119
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2220
SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
2321
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
@@ -31,12 +29,15 @@ ExtendableFEMDiffEQExt = "DifferentialEquations"
3129
[compat]
3230
CommonSolve = "0.2"
3331
DiffResults = "1"
32+
DocStringExtensions = "0.8,0.9"
3433
ExtendableFEMBase = "^0.1.0"
3534
ExtendableGrids = "1.0"
3635
ExtendableSparse = "1.2"
3736
ForwardDiff = "^0.10.35"
37+
GridVisualize = "1.5"
3838
LinearSolve = "2"
3939
Requires = "1.3"
40+
Symbolics = "^4.2,5"
4041
SparseDiffTools = "^1.19,2"
4142
julia = "1.9"
4243

0 commit comments

Comments
 (0)