forked from Nemocas/AbstractAlgebra.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (28 loc) · 831 Bytes
/
Project.toml
File metadata and controls
32 lines (28 loc) · 831 Bytes
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
name = "AbstractAlgebra"
uuid = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
version = "0.48.5"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RandomExtensions = "fb686558-2515-59ef-acaa-46db3789a887"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[weakdeps]
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[extensions]
IJuliaExt = "IJulia"
TestExt = "Test"
[compat]
IJulia = "1"
LinearAlgebra = "1.10"
MacroTools = "0.5"
PrecompileTools = "1"
Preferences = "1"
Random = "1.10"
RandomExtensions = "0.4.2"
SparseArrays = "1.6"
Test = "1.10"
julia = "1.10"