-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
70 lines (57 loc) · 1.71 KB
/
Copy pathProject.toml
File metadata and controls
70 lines (57 loc) · 1.71 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
65
66
67
68
69
70
name = "AgenticMathematicalEngine"
uuid = "e3f29f32-a2df-4e8c-8b1d-169b37d9634d"
authors = ["Agenisea"]
version = "0.1.0"
[deps]
# Core
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
# Symbolic computation
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
# Numerical computation
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
# Tensor/GR
Tensors = "48a634ad-e948-5137-8d70-aa71f2a747f4"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
# Units and constants
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"
PhysicalConstants = "5ad8b20f-a522-5ce9-bfc9-ddf1d5bda6ab"
# Optimization
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
# Linear algebra extensions
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
# Physics
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
# Serialization
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
# HTTP (for Ollama client)
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
[compat]
julia = "1.9"
DifferentialEquations = "7"
ForwardDiff = "0.10"
HTTP = "1"
JSON3 = "1"
JuMP = "1"
KrylovKit = "0.6, 0.7, 0.8"
Latexify = "0.16"
Optim = "1"
PhysicalConstants = "0.2"
QuadGK = "2"
SpecialFunctions = "2"
Symbolics = "5, 6"
SymbolicUtils = "1, 2, 3"
Tensors = "1"
Unitful = "1"
UnitfulAstro = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]