-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
31 lines (27 loc) · 880 Bytes
/
Project.toml
File metadata and controls
31 lines (27 loc) · 880 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
name = "MQDT"
uuid = "1bfeae05-7215-4237-8fdd-b424babe7f02"
authors = ["Frederic Hummel <frederic@atom-computing.com>", "Johannes Mögerle", "Sebastian Weber"]
version = "1.0.0-DEV"
[deps]
CGcoefficient = "c862aa61-d51e-47d1-b396-b1e789b4e0b6"
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
CGcoefficient = "0.3.3"
CondaPkg = "0.2.29"
DataFrames = "1.7.0"
LRUCache = "1.6.2"
LinearAlgebra = "1.10"
PythonCall = "0.9.26"
Roots = "2.2.8"
SparseArrays = "1.10"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]