-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathProject.toml
More file actions
42 lines (36 loc) · 1.12 KB
/
Project.toml
File metadata and controls
42 lines (36 loc) · 1.12 KB
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
41
42
name = "IntervalMDP"
uuid = "051c988a-e73c-45a4-90ec-875cac0402c7"
authors = ["Frederik Baymler Mathiesen <frederik@baymler.com> and contributors"]
version = "0.7.0"
[deps]
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
[weakdeps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
LLVM = "929cbde3-209d-540e-8aea-75f648917ca0"
[extensions]
IntervalMDPCudaExt = ["Adapt", "CUDA", "GPUArrays", "LLVM"]
[compat]
Adapt = "4"
CUDA = "5.9.4"
CommonSolve = "0.2.4"
GPUArrays = "10, 11"
HiGHS = "1.19.0"
JSON = "1.2"
JuMP = "1.29.0"
LLVM = "7, 8, 9"
NCDatasets = "0.13, 0.14"
StyledStrings = "1.0.3"
julia = "1.11"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]