Skip to content

Commit 3a67e3a

Browse files
authored
Add test/Project.toml (#232)
* Add test/Project.toml * Move compat bounds * Add MutableArithmetics * Add LinearAlgebra * Add ChainRulesCore
1 parent c6f85a8 commit 3a67e3a

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

Project.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,5 @@ MutableArithmetics = "d8a4904e-b15c-11e9-3269-09a3773c0cb0"
1313
[compat]
1414
ChainRulesCore = "1"
1515
DataStructures = "0.17.7, 0.18"
16-
DynamicPolynomials = "0.4.5"
1716
MutableArithmetics = "0.3, 1"
18-
TypedPolynomials = "0.3.1"
1917
julia = "1.6"
20-
21-
[extras]
22-
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
23-
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
24-
DynamicPolynomials = "7c1d4256-1411-5781-91ec-d7bc3513ac07"
25-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
26-
TypedPolynomials = "afbbf031-7a57-5f58-a1b9-b774a0fad08d"
27-
28-
[targets]
29-
test = ["BenchmarkTools", "Combinatorics", "DynamicPolynomials", "Test", "TypedPolynomials"]

test/Project.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[deps]
2+
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
3+
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
4+
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
5+
DynamicPolynomials = "7c1d4256-1411-5781-91ec-d7bc3513ac07"
6+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
7+
MultivariatePolynomials = "102ac46a-7ee4-5c85-9060-abc95bfdeaa3"
8+
MutableArithmetics = "d8a4904e-b15c-11e9-3269-09a3773c0cb0"
9+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
10+
TypedPolynomials = "afbbf031-7a57-5f58-a1b9-b774a0fad08d"
11+
12+
[compat]
13+
DynamicPolynomials = "0.4.5"
14+
TypedPolynomials = "0.3.1"

0 commit comments

Comments
 (0)