-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
33 lines (29 loc) · 947 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 = "QuantizedSystemSolver"
uuid = "1012ed6b-4eb4-43ec-b9f7-8dc4179649a3"
authors = ["mongi bellili"]
version = "1.0.3"
[deps]
CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
ExprTools = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
SymEngine = "123dc426-2d89-5057-bbad-38513e3affd8"
[compat]
CodeTracking = "1.3.6"
Documenter = "1.4.1"
ExprTools = "0.1.10"
MacroTools = "0.5.13"
Plots = "1.40"
RuntimeGeneratedFunctions = "0.5.12"
StaticArrays = "1"
SymEngine = "0.11"
julia = "1.6"
[extras]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "BSON"]