-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
40 lines (36 loc) · 1.16 KB
/
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
34
35
36
37
38
39
40
name = "StochasticSeriesExpansion"
uuid = "1c8cc5bc-bd94-4f4b-9471-62b736d0cc39"
authors = ["Lukas Weber <[email protected]>"]
version = "0.1.1"
[deps]
Carlo = "780c37f4-4e5a-43de-9e79-65c261e525a4"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Measurements = "eff96d63-e80a-5855-80a2-b1b0885c5ab7"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
Carlo = "0.2.2"
DataFrames = "1.7"
HDF5 = "0.17"
HiGHS = "1.5.2"
LinearAlgebra = "1.9"
MathOptInterface = "1.17.1"
Measurements = "2.9.0"
Printf = "1.9"
Random = "1.9"
SparseArrays = "1.9"
StaticArrays = "1.5.25"
StructEquality = "2.1"
Test = "1.9"
julia = "1.9"
[extras]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
StructEquality = "6ec83bb0-ed9f-11e9-3b4c-2b04cb4e219c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["DataFrames", "StructEquality", "Test"]