-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathProject.toml
More file actions
25 lines (21 loc) · 774 Bytes
/
Project.toml
File metadata and controls
25 lines (21 loc) · 774 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
name = "LearningAlgebraicVarieties"
uuid = "99c59dee-8a25-45ad-b85d-0d599d702169"
authors = ["PBrdng <pbrdng@gmail.com>"]
version = "0.2.0"
[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Eirene = "9c0f25c4-2ca1-5870-89f6-52640788da1d"
HomotopyContinuation = "f213a82b-91d6-5c5d-acf7-10f1c761b327"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
RowEchelon = "af85af4c-bcd5-5d23-b03a-a909639aa875"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
julia = ">=1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]