-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (25 loc) · 840 Bytes
/
Copy pathProject.toml
File metadata and controls
29 lines (25 loc) · 840 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
name = "Jadex"
uuid = "302b6ea9-03d1-47d0-b3e6-7bc5ec1c11d5"
authors = ["Brian Svoboda <brian.e.svoboda@gmail.com> and contributors"]
version = "0.3.3"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
RecursiveFactorization = "f2c3362d-daeb-58d1-803e-2bc74f2840b4"
[compat]
CSV = "0.10"
DataFrames = "1"
Interpolations = "0.14"
LoopVectorization = "0.12"
PrecompileTools = "1.1"
RecursiveFactorization = "0.2"
julia = "1.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]