-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
33 lines (29 loc) · 984 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
30
31
32
33
name = "PiccoloPlots"
uuid = "f42a522c-b487-4f73-ad5a-ad0c3e4a12c8"
authors = ["Aaron Trowbridge <[email protected]> and contributors"]
version = "0.0.1"
[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
NamedTrajectories = "538bc3a1-5ab9-4fc3-b776-35ca1e893e08"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PiccoloQuantumObjects = "5a402ddf-f93c-42eb-975e-5582dcda653d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
[compat]
CairoMakie = "0.12"
LaTeXStrings = "1.4"
NamedTrajectories = "0.2"
OrderedCollections = "1.6"
PiccoloQuantumObjects = "0.1"
Random = "1.10, 1.11"
Reexport = "1.2"
TestItemRunner = "1.0"
TestItems = "1.0"
julia = "1.10, 1.11"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]