-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
64 lines (58 loc) · 2.04 KB
/
Project.toml
File metadata and controls
64 lines (58 loc) · 2.04 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
name = "Giac"
uuid = "e4421f97-9838-4fd0-9fa5-94f11373bf78"
version = "0.14.1"
authors = ["Sébastien Celles <s.celles@gmail.com>"]
[deps]
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
CxxWrap = "1f15a43c-97ca-5a2a-ae31-89f07a497df4"
GIAC_jll = "cf749d6c-42f5-550d-8800-4812740c2942"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
libcxxwrap_julia_jll = "3eaa8342-bff7-56a5-9981-c04077f7cee7"
libgiac_julia_jll = "ec39d2da-6bdf-580b-ada4-cd6e059515c9"
[weakdeps]
MathJSON = "77215b4b-6f01-425c-beac-950ae6536d4d"
ModelContextProtocol = "c58f755f-f2a7-4f48-bf29-4e9659b78499"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
TermInterface = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c"
[extensions]
GiacMCPExt = "ModelContextProtocol"
GiacMathJSONExt = "MathJSON"
GiacSymbolicsExt = "Symbolics"
GiacTermInterfaceExt = "TermInterface"
[compat]
Aqua = "0.8"
CSV = "0.10"
CommonSolve = "0.2"
CxxWrap = "0.16, 0.17"
DataFrames = "1.6, 1.7, 1.8"
Documenter = "1"
ForwardDiff = "0.10, 1"
GIAC_jll = "2"
Libdl = "1.10"
LinearAlgebra = "1.10"
MathJSON = "0.2, 0.3"
ModelContextProtocol = "0.4"
Random = "1.10"
Symbolics = "7"
Tables = "1.10, 1.11, 1.12"
TermInterface = "2"
Test = "1.10"
julia = "1.10"
libcxxwrap_julia_jll = "0.14.9"
libgiac_julia_jll = "0.5"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
MathJSON = "77215b4b-6f01-425c-beac-950ae6536d4d"
ModelContextProtocol = "c58f755f-f2a7-4f48-bf29-4e9659b78499"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
TermInterface = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Aqua", "Documenter", "Symbolics", "MathJSON", "ModelContextProtocol", "DataFrames", "CSV", "TermInterface", "Random", "ForwardDiff"]