-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
33 lines (29 loc) · 945 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name = "PSRBridge"
uuid = "c616c425-6d4e-4525-9781-0810509229d1"
version = "0.6.0"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
NamingConventions = "d2ef9726-cd01-476d-83ec-59819e6084ab"
PSRClassesInterface = "1eab49e5-27d8-4905-b9f6-327b6ea666c4"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
[compat]
Aqua = "0.7 - 0.8"
DataFrames = "1.0 - 1.7"
Dates = "1.9 - 1.11"
MacroTools = "0.5"
NamingConventions = "0.1.1"
PSRClassesInterface = "0.17.2"
Random = "1.9 - 1.11"
Serialization = "1.9 - 1.11"
Test = "1.9 - 1.11"
TimerOutputs = "0.5"
julia = "1.9"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
[targets]
test = ["Aqua", "DataFrames", "Test", "TimerOutputs"]