Skip to content

Commit 34b6e6a

Browse files
committed
REQUIRE to Project.toml
1 parent b6c517a commit 34b6e6a

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

Manifest.toml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# This file is machine-generated - editing it directly is not advised
2+
3+
[[Libdl]]
4+
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
5+
6+
[[LinearAlgebra]]
7+
deps = ["Libdl"]
8+
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9+
10+
[[Random]]
11+
deps = ["Serialization"]
12+
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
13+
14+
[[Serialization]]
15+
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
16+
17+
[[SparseArrays]]
18+
deps = ["LinearAlgebra", "Random"]
19+
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
20+
21+
[[Statistics]]
22+
deps = ["LinearAlgebra", "SparseArrays"]
23+
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

Project.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name = "DiffTests"
2+
uuid = "de460e47-3fe3-5279-bb4a-814414816d5d"
3+
keywords = ["automatic differentiation", "test"]
4+
license = "MIT"
5+
version = "0.1.0"
6+
7+
[deps]
8+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
10+
11+
[extras]
12+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
13+
14+
[targets]
15+
test = ["Test"]

REQUIRE

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)