-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathProject.toml
36 lines (32 loc) · 1.11 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name = "ExtendableFEMBase"
uuid = "12fb9182-3d4c-4424-8fd1-727a0899810c"
authors = ["Christian Merdon <[email protected]>"]
version = "0.8.1"
[deps]
DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ExtendableGrids = "cfc395e8-590f-11e8-1f13-43a2532b2fa8"
ExtendableSparse = "95c220a8-a1cf-11e9-0c77-dbfce5f500b3"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialPolynomials = "a25cea48-d430-424a-8ee7-0d3ad3742e9e"
[weakdeps]
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
[extensions]
ExtendableFEMBaseUnicodePlotsExt = ["UnicodePlots"]
[compat]
DiffResults = "1"
DocStringExtensions = "0.8,0.9"
ExtendableGrids = "1.9.2"
ExtendableSparse = "1.5.1"
ForwardDiff = "^0.10.35"
LinearAlgebra = "1.9"
Polynomials = "2.0.21, 3, 4"
Printf = "1.9"
SparseArrays = "1.9"
SpecialPolynomials = "0.4.9, 0.5"
UnicodePlots = "^3.6"
julia = "^1.9"