Skip to content

Commit

Permalink
Add UnicodePlots to dependencies (#10)
Browse files Browse the repository at this point in the history
* 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
Da-Be-Ru authored Nov 5, 2024
1 parent f9cf6b9 commit b25d17d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Project.toml
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"
Expand All @@ -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"
1 change: 1 addition & 0 deletions src/ExtendableFEM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ using SparseDiffTools: SparseDiffTools, ForwardColorJacCache,
forwarddiff_color_jacobian!, matrix_colors
using Symbolics: Symbolics
using SciMLBase: SciMLBase
using UnicodePlots: UnicodePlots

if !isdefined(Base, :get_extension)
using Requires
Expand Down
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Triangulate = "f7e6ffb2-c36d-4f8f-a77e-16e897189344"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"

[compat]
Aqua = "0.8"

0 comments on commit b25d17d

Please sign in to comment.