Skip to content

Commit 3d9591a

Browse files
theogfoschulz
authored andcommitted
Move test deps to test/Project.toml
1 parent 5288b3c commit 3d9591a

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

Project.toml

+2-9
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ ChangesOfVariables = "0.1.3"
3535
Compat = "3.35, 4"
3636
ConstructionBase = "1.3"
3737
DensityInterface = "0.4"
38-
FillArrays = "0.12, 0.13"
38+
FillArrays = "0.12, 0.13, 1"
3939
FunctionChains = "0.1"
4040
IfElse = "0.1"
4141
IntervalSets = "0.7"
4242
InverseFunctions = "0.1.8"
43-
IrrationalConstants = "0.1"
43+
IrrationalConstants = "0.1, 0.2"
4444
LogExpFunctions = "0.3"
4545
LogarithmicNumbers = "1"
4646
MappedArrays = "0.4"
@@ -51,10 +51,3 @@ SpecialFunctions = "2"
5151
Static = "0.5, 0.6"
5252
Tricks = "0.1"
5353
julia = "1.3"
54-
55-
[extras]
56-
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
57-
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
58-
59-
[targets]
60-
test = ["Aqua", "ChainRulesTestUtils"]

test/Project.toml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[deps]
2+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
3+
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
4+
ChangesOfVariables = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
5+
DensityInterface = "b429d917-457f-4dbc-8f4c-0cc954292b1d"
6+
InverseFunctions = "3587e190-3f89-42d0-90ee-14403ec27112"
7+
IrrationalConstants = "92d709cd-6900-40b7-9082-c6be49f344b6"
8+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9+
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
10+
LogarithmicNumbers = "aa2f6b4e-9042-5d33-9679-40d3a6b85899"
11+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
12+
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
13+
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
14+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
15+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)