-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
47 lines (45 loc) · 1.8 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
41
42
43
44
45
46
47
name = "HomotopyContinuation"
uuid = "f213a82b-91d6-5c5d-acf7-10f1c761b327"
authors = ["Sascha Timme <[email protected]>", "Paul Breiding <[email protected]>"]
version = "2.6.3"
[deps]
Arblib = "fb37089c-8514-4489-9461-98f9c8763369"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
DynamicPolynomials = "7c1d4256-1411-5781-91ec-d7bc3513ac07"
ElasticArrays = "fdbdab4c-e67f-52f5-8c3f-e7b388dad3d4"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
MixedSubdivisions = "291d046c-3347-11e9-1e74-c3d251d406c6"
MultivariatePolynomials = "102ac46a-7ee4-5c85-9060-abc95bfdeaa3"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
ProjectiveVectors = "01f381cc-face-5a0a-ade9-ef63dc65d628"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SemialgebraicSets = "8e049039-38e8-557d-ae3a-bc521ccf6204"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
SymEngine_jll = "3428059b-622b-5399-b16f-d347a77089a4"
TreeViews = "a2a6695c-b41b-5b7d-aed9-dbfdeacea5d7"
[compat]
Arblib = "0.2.2, 0.3, 0.4, 0.5, 0.6"
DynamicPolynomials = "0.3, 0.4"
ElasticArrays = "1"
FiniteDiff = "2.3"
LRUCache = "1.1"
LoopVectorization = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12"
MixedSubdivisions = "1"
MultivariatePolynomials = "0.3, 0.4"
Parameters = "0.10, 0.11, 0.12"
PrettyTables = "0.10, 0.11, 0.12, 1.0"
ProgressMeter = "1.6.1"
ProjectiveVectors = "1.1"
Reexport = "0.2, 1.0"
SemialgebraicSets = "0.2.2"
StructArrays = "0.4, 0.5, 0.6"
SymEngine_jll = "0.8"
TreeViews = "0.3"
julia = "1.4"