Skip to content

Commit a1fef81

Browse files
author
colinxs
committed
New version: v0.2.0
1 parent c2e57f3 commit a1fef81

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

Project.toml

+33-33
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
name = "LyceumBase"
22
uuid = "db31fed1-ca1e-4084-8a49-12fae1996a55"
33
authors = ["Colin Summers", "The Contributors of LyceumBase"]
4-
version = "0.1.0"
4+
version = "0.2.0"
55

66
[deps]
7-
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
8-
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
9-
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
7+
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
8+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
9+
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
10+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1011
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
11-
ElasticArrays = "fdbdab4c-e67f-52f5-8c3f-e7b388dad3d4"
12-
EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
13-
Future = "9fa8497b-333b-5362-9e8d-4d0656e87820"
14-
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
12+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
13+
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
1514
JLSO = "9da8a3cd-07a3-59c0-a743-3fdc52c30d11"
16-
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
15+
EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
1716
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
18-
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
19-
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
20-
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
21-
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
22-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
17+
UniversalLogger = "5c5e3362-9445-4819-9f95-51c44c51adeb"
2318
Shapes = "175de200-b73b-11e9-28b7-9b5b306cec37"
19+
UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"
20+
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
21+
ElasticArrays = "fdbdab4c-e67f-52f5-8c3f-e7b388dad3d4"
22+
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
23+
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
2424
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
25-
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
26-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
27-
TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
25+
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
26+
Future = "9fa8497b-333b-5362-9e8d-4d0656e87820"
27+
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
28+
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
2829
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
29-
UniversalLogger = "5c5e3362-9445-4819-9f95-51c44c51adeb"
30-
UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"
30+
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
31+
32+
[extras]
33+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
34+
KahanSummation = "8e2b3108-d4c1-50be-a7a2-16352aec75c3"
3135

3236
[compat]
33-
Adapt = "1"
34-
BenchmarkTools = "0.4.3"
37+
TimeZones = "0.11"
3538
Distributions = "0.22.3"
36-
ElasticArrays = "1"
37-
EllipsisNotation = "0.4"
39+
BenchmarkTools = "0.4.3"
3840
JLSO = "1.3"
39-
MacroTools = "0.5.3"
40-
Parameters = "0.12"
41-
Shapes = "0.2"
42-
StaticArrays = "0.12.1"
43-
TimeZones = "0.11"
44-
UnicodePlots = "1.1"
41+
EllipsisNotation = "0.4"
4542
UniversalLogger = "0.2"
43+
Shapes = "0.2"
4644
UnsafeArrays = "1"
45+
ElasticArrays = "1"
46+
MacroTools = "0.5.3"
47+
StaticArrays = "0.12.1"
4748
julia = "1.3"
48-
49-
[extras]
50-
KahanSummation = "8e2b3108-d4c1-50be-a7a2-16352aec75c3"
51-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
49+
Parameters = "0.12"
50+
UnicodePlots = "1.1"
51+
Adapt = "1"
5252

5353
[targets]
5454
test = ["Test", "KahanSummation"]

0 commit comments

Comments
 (0)