-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add UnicodePlots to dependencies (#10)
* updated compat to latest ExtendableFEMBase and added UnicodePlots since the extension for the unicode_ plotting methods is not actually loaded * edited compat for UnicodePlots to provide backwards compatibility with julia 1.9
- Loading branch information
Showing
3 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "ExtendableFEM" | ||
uuid = "a722555e-65e0-4074-a036-ca7ce79a4aed" | ||
authors = ["Christian Merdon <[email protected]>"] | ||
version = "0.8" | ||
version = "0.8.0" | ||
|
||
[deps] | ||
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2" | ||
|
@@ -20,22 +20,24 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" | |
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" | ||
SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804" | ||
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" | ||
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228" | ||
|
||
[compat] | ||
CommonSolve = "0.2" | ||
DiffResults = "1" | ||
DocStringExtensions = "0.8,0.9" | ||
ExtendableFEMBase = "0.7" | ||
ExtendableFEMBase = "0.8" | ||
ExtendableGrids = "1.9.2" | ||
ExtendableSparse = "1.5.1" | ||
ForwardDiff = "0.10.35" | ||
GridVisualize = "1.7" | ||
LinearSolve = "2" | ||
LinearAlgebra = "1.9" | ||
LinearSolve = "2" | ||
Printf = "1.9" | ||
SparseArrays = "1.9" | ||
Requires = "1.3" | ||
SparseDiffTools = "^1.19,2" | ||
SciMLBase = "2.6" | ||
SparseArrays = "1.9" | ||
SparseDiffTools = "^1.19,2" | ||
Symbolics = "4.2,5" | ||
UnicodePlots = "3.6.5" | ||
julia = "1.9" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters