-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
33 lines (29 loc) · 882 Bytes
/
Project.toml
File metadata and controls
33 lines (29 loc) · 882 Bytes
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 = "Fides"
uuid = "18b51ec4-043b-11f0-1953-6f1d11d509fa"
version = "1.2.1"
[deps]
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
SimpleUnPack = "ce78b400-467f-4804-87d8-8f486da07d0a"
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
[compat]
Aqua = "0.8"
ComponentArrays = "0.15"
CondaPkg = "0.2"
ForwardDiff = "0.10"
Printf = "1"
PythonCall = "0.9"
SafeTestsets = "0.1"
SimpleUnPack = "1"
StyledStrings = "1"
Test = "1"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "ForwardDiff", "SafeTestsets", "Test"]