-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathProject.toml
More file actions
27 lines (23 loc) · 848 Bytes
/
Project.toml
File metadata and controls
27 lines (23 loc) · 848 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
name = "DynamicPolynomials"
uuid = "7c1d4256-1411-5781-91ec-d7bc3513ac07"
repo = "https://github.com/JuliaAlgebra/DynamicPolynomials.jl.git"
version = "0.6.6"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MultivariatePolynomials = "102ac46a-7ee4-5c85-9060-abc95bfdeaa3"
MutableArithmetics = "d8a4904e-b15c-11e9-3269-09a3773c0cb0"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StarAlgebras = "0c0c59c1-dc5f-42e9-9a8b-b5dc384a6cd1"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
MultivariatePolynomials = "0.5.15"
MutableArithmetics = "1.6.5"
Reexport = "1"
StarAlgebras = "0.3"
julia = "1"
[extras]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["ChainRulesCore", "Combinatorics", "Test"]