Skip to content

Commit bd53a97

Browse files
committed
Replace REQUIRE files by Project.toml
1 parent 7786b54 commit bd53a97

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

Project.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "ArraysOfArrays"
2+
uuid = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
3+
version = "0.3.0"
4+
5+
[deps]
6+
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
7+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
8+
UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"
9+
10+
[compat]
11+
julia = "1"
12+
UnsafeArrays = ">= 0.2.0"
13+
14+
[extras]
15+
ElasticArrays = "fdbdab4c-e67f-52f5-8c3f-e7b388dad3d4"
16+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
17+
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
18+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
19+
20+
[targets]
21+
test = ["ElasticArrays", "StaticArrays", "StatsBase", "Test"]

REQUIRE

Lines changed: 0 additions & 3 deletions
This file was deleted.

test/REQUIRE

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)