-
Notifications
You must be signed in to change notification settings - Fork 24
/
Project.toml
31 lines (27 loc) · 901 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
name = "DynamicalBilliards"
uuid = "4986ee89-4ee5-5cef-b6b8-e49ba721d7a5"
repo = "https://github.com/JuliaDynamics/DynamicalBilliards.jl.git"
version = "4.1.0"
[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Elliptic = "b305315f-e792-5b7a-8f41-49f472929428"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Scratch = "6c6a2e73-6563-6170-7368-637461726353"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[weakdeps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
[extensions]
DynamicalBilliardsVisualizations = ["Makie", "DataStructures"]
[compat]
Elliptic = "1"
Scratch = "1"
StaticArrays = "1"
InteractiveUtils = "1"
LinearAlgebra = "1"
Distributed = "1"
DataStructures = "0.18"
Makie = "≥ 0.19"
julia = "1.9"