-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
34 lines (30 loc) · 1017 Bytes
/
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
name = "HypersurfaceRegions"
uuid = "6d1d4b64-24a0-4125-b8e7-5a4e0a5017ad"
authors = ["Paul Breiding, Bernd Sturmfels and Kexin Wang"]
version = "0.1.0"
[deps]
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
HomotopyContinuation = "f213a82b-91d6-5c5d-acf7-10f1c761b327"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
[compat]
julia = "1.10"
Crayons = "4.1.1"
DifferentialEquations = "7.13"
HomotopyContinuation = "2.10"
LightGraphs = "1.3.5"
PrettyTables = "2.3.2"
ProgressMeter = "1.10.2"
Reexport = "1.2.2"
SciMLBase = "2.5"
LinearAlgebra = "1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]