-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
40 lines (36 loc) · 1.25 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
37
38
39
40
name = "ExactODEReduction"
uuid = "790186a0-1ec0-11ec-1f13-43a2532b2fa8"
authors = ["Elizaveta Demitraki", "Alexander Demin", "Gleb Pogudin"]
version = "0.1.0"
[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
Nemo = "2edaba10-b0f1-5616-af89-8c11ac63239a"
Polymake = "d720cf60-89b5-51f5-aff5-213f193123e7"
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
[compat]
AbstractAlgebra = "0.23, 0.24, 0.25, 0.26, 0.27"
JSON = "0.21"
MacroTools = "0.5"
ModelingToolkit = "8"
Nemo = "0.32"
Polymake = "0.8"
Primes = "0.5"
Requires = "1"
SymbolicUtils = "1"
TestSetExtensions = "2"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestSetExtensions = "98d24dd4-01ad-11ea-1b02-c9a08f80db04"
[targets]
test = ["Test", "TestSetExtensions"]