-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
34 lines (32 loc) · 1.18 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
name = "Sisyphus"
uuid = "e91afccf-c93e-44fd-aa4c-3d3ef13645c0"
authors = ["Satya Bade <bade.narayana@gmail.com>", "Radoica Draskic <r.draskic@gmail.com>"]
version = "0.1.0"
[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DiffEqFlux = "aae7a2af-3d4f-5e19-a356-7da93b79d9d0"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MKLSparse = "0c723cd3-b8cd-5d40-b370-ba682dde9aae"
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
QuantumOptics = "6e0679c1-51ea-5a7c-ac74-d61b76210b0c"
QuantumOpticsBase = "4f57444f-1401-5e15-980d-4471b28d5678"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
julia = "^1.7"
Flux = "0.4.1, 0.13.5"
DiffEqFlux = "=1.51.1"
QuantumOptics = "=1.0.4"
QuantumOpticsBase = "=0.3.12"
CommonSolve = "^0.2.4"
DataStructures = "0.18, 0.18.13"
MKLSparse = "^1.1.0"
NLopt = "^0.6.5"
OrdinaryDiffEq = "6.0, 6.53.2"
ProgressMeter = "^1.7.2"
CUDA = "3.9.0"