-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathProject.toml
31 lines (29 loc) · 1.06 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
name = "TestParticle"
uuid = "953b605b-f162-4481-8f7f-a191c2bb40e3"
authors = ["Hongyang Zhou <[email protected]>, and Tiancheng Liu <[email protected]>"]
version = "0.12.0"
[deps]
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"
Elliptic = "b305315f-e792-5b7a-8f41-49f472929428"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
ChunkSplitters = "3"
Elliptic = "1"
ForwardDiff = "0.10"
Interpolations = "0.14, 0.15"
Meshes = "0.47, 0.48, 0.49, 0.50, 0.51, 0.52"
PrecompileTools = "1"
SciMLBase = "2.24"
SpecialFunctions = "1.5, 2"
StaticArrays = "1.2"
Statistics = "1"
julia = "1.9"