-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
29 lines (27 loc) · 908 Bytes
/
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
name = "QuantumControlTestUtils"
uuid = "d3fd27c9-1dfb-4e67-b0c0-90d0d87a1e48"
authors = ["Michael Goerz <[email protected]"]
version = "0.3.1+dev"
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LocalCoverage = "5f6e1e16-694c-5876-87ef-16b5274f298e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
QuantumControl = "8a270532-f23f-47a8-83a9-b33d10cad486"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
BenchmarkTools = "1.3"
Coverage = "1.4"
LinearAlgebra = "1"
LocalCoverage = "0.6"
Logging = "1"
PrettyTables = "0.12, 1.0, 2"
Printf = "1"
QuantumControl = ">=0.11.0"
Random = "1"
SparseArrays = "1"
julia = "1.9"